8000 chore: bump version 2.14.0 by asbiin · Pull Request #2690 · monicahq/monica · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore: bump version 2.14.0 #2690

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 17 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
UNRELEASED CHANGES:

* Add Swiss CHF currency
New features:

*

Enhancements:

*

Fixes:

*

RELEASED VERSIONS:

v2.14.0 - 2019-05-16
--------------------

New features:

Expand All @@ -9,6 +24,7 @@ New features:

Enhancements:

* Add Swiss CHF currency
* Add ability to enable DAV for some users
* Group relationships in create/edit forms
* Rewrite contact search fields
Expand All @@ -26,8 +42,6 @@ Fixes:
* Fix register request validate
* Fix relationship create

RELEASED VERSIONS:

v2.13.0 - 2019-04-07
--------------------

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.13.0',
'app_version' => '2.14.0',

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