diff --git a/CHANGELOG.md b/CHANGELOG.md index eed4fd06e..9e4a90136 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,31 @@ ## [Unreleased](https://github.com/maestrano/mno-enterprise/tree/master) +[Full Changelog](https://github.com/maestrano/mno-enterprise/compare/v3.0.3...HEAD) + +## [v3.1.0](https://github.com/maestrano/mno-enterprise/tree/v3.1.0) (2016-07-13) + +[Full Changelog](https://github.com/maestrano/mno-enterprise/compare/v3.0.2..v3.0.3) + **Implemented enhancements:** + - Add SparkPost support for transactional emails. You can now choose either Mandrill or SparkPost. +- CI setup [\#37](https://github.com/maestrano/mno-enterprise/pull/37) ([ouranos](https://github.com/ouranos)) +- \[MNOE-65\] / \[MNOE-87\] - Implemented staff manager page [\#35](https://github.com/maestrano/mno-enterprise/pull/35) ([clemthenem](https://github.com/clemthenem)) +- Use price instead of price\_tag [\#34](https://github.com/maestrano/mno-enterprise/pull/34) ([x4d3](https://github.com/x4d3)) +- \[MNOE-91\] Native possibility to set a background picture on the login page [\#40](https://github.com/maestrano/mno-enterprise/pull/40) ([claire00](https://github.com/claire00)) +- \[MNOE-56\] Google Tag Manager Container [\#48](https://github.com/maestrano/mno-enterprise/pull/48) ([claire00](https://github.com/claire00)) +- \[MNOE-97\] Add missing value in rails template [\#47](https://github.com/maestrano/mno-enterprise/pull/47) ([winnietan](https://github.com/winnietan)) +- \[MNOE-98\] Display App Pricing [\#43](https://github.com/maestrano/mno-enterprise/pull/43) ([winnietan](https://github.com/winnietan)) +- UAT should be pointing to production as well. [\#42](https://github.com/maestrano/mno-enterprise/pull/42) ([x4d3](https://github.com/x4d3)) + +**Fixed bugs:** + +- Fixed bugs in the staff page and added improvments [\#46](https://github.com/maestrano/mno-enterprise/pull/46) ([clemthenem](https://github.com/clemthenem)) +- [MNOE-84] Fixed app ranking on express instances [\#45](https://github.com/maestrano/mno-enterprise/pull/45) ([hedudelgado](https://github.com/hedudelgado)) **Deprecated:** + - `MnoEnteprise.config.mandrill_key` is replaced with `ENV['MANDRILL_API_KEY']` - `MandrillClient` is replaced with `MnoEnterprise::MailClient` @@ -87,3 +108,5 @@ ## [v2.0.0](https://github.com/maestrano/mno-enterprise/tree/v2.0.0) (2016-04-05) - Split in multiple gems (api, core, frontend) - Add admin frontend + +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* diff --git a/MNOE_VERSION b/MNOE_VERSION index b50214693..fd2a01863 100644 --- a/MNOE_VERSION +++ b/MNOE_VERSION @@ -1 +1 @@ -3.0.2 +3.1.0