Skip to content
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
9 changes: 7 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
UNRELEASED CHANGES:

*

RELEASED VERSIONS:

v1.7.0 - 2018-02-16
-------------------

* Add ability to create custom genders
* Add Annual plan for the .com site
* Fix avatar being invalid in the Contact API call
* DB_PREFIX is now blank in .env.example
* Fix empty message after updating a gift

RELEASED VERSIONS:

v1.6.2 - 2018-01-25
-------------------

Expand Down
2 changes: 1 addition & 1 deletion config/monica.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,5 @@
| bad things will happen.
|
*/
'app_version' => '1.6.2',
'app_version' => '1.7.0',
];