Skip to content

Commit

Permalink
chore: bump version to 2.16.0 (#3413)
Browse files Browse the repository at this point in the history
  • Loading branch information
djaiss committed Dec 31, 2019
1 parent a2ac3cc commit e3c79ad
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
25 changes: 19 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,43 @@

### New features:

*

### Enhancements:

*

### Fixes:

*

# RELEASED VERSIONS:

## v2.16.0 - 2019-12-31

### New features:

* Save contact tags in vCard 'CATEGORIES' field
* Upload master docker image to GitHub packages

### Enhancements:

* Activities are now added inline
* Improve modals bottom buttons display
* Add foreign keys to all tables
* Add English (UK) locale
* Add API methods to destroy and store documents
* Add API methods to manage photos and avatars
* Add emotions and participants to activities
* Activities are now added inline
* Enable API web navigation
* Enhance UI of API's Settings to add comprehension and documentation
* Improve trim string middleware to not trim password text
* Upgrade to Laravel 6.5
* Upgrade to Laravel 6.x
* Enhance user invitation mail
* Add job information next to the contact name on profile page
* Use supervisor in docker images
* Use JawsDB by default on heroku instances
* Add pluralization forms for non-english-like-plural languages, for vue.js translations
* Upload master docker image to GitHub packages

### Fixes:

Expand All @@ -47,9 +63,6 @@
* Fix storage page not being displayed if a contact does not exist anymore
* Fix API requests for Reminders failing with internal server error


# RELEASED VERSIONS:

## v2.15.2 - 2019-09-26

### Enhancements:
Expand Down
2 changes: 1 addition & 1 deletion config/monica.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
| bad things will happen.
|
*/
'app_version' => '2.15.2',
'app_version' => '2.16.0',

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit e3c79ad

Please sign in to comment.