-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Olivier Brisse
committed
May 12, 2016
1 parent
2958bc8
commit 7a92196
Showing
2 changed files
with
21 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,24 @@ | ||
# 2.0.1 (2016-04-21) | ||
# Change Log | ||
|
||
## Fixed | ||
## [v2.0.2](https://github.com/maestrano/mno-enterprise/tree/v2.0.1) (2016-05-12) | ||
[Full Changelog](https://github.com/maestrano/mno-enterprise/compare/v2.0.1...v2.0.2) | ||
|
||
* Added missing User#admin_role field | ||
* Expose Organiztion#end_of_financial_year field | ||
**Implemented enhancements:** | ||
|
||
# 2.0.0 (2016-04-05) | ||
- MYOB products naming [\#24](https://github.com/maestrano/mno-enterprise/pull/24) ([cesar-tonnoir](https://github.com/cesar-tonnoir)) | ||
|
||
* Split in multiple gems (api, core, frontend) | ||
* Add admin frontend | ||
**Fixed bugs:** | ||
|
||
- Fix OrgInvite workflow with new frontends [\#28](https://github.com/maestrano/mno-enterprise/pull/28) ([ouranos](https://github.com/ouranos)) | ||
- Backport caching issue fix [\#26](https://github.com/maestrano/mno-enterprise/pull/26) ([ouranos](https://github.com/ouranos)) | ||
|
||
## [v2.0.1](https://github.com/maestrano/mno-enterprise/tree/v2.0.1) (2016-04-21) | ||
[Full Changelog](https://github.com/maestrano/mno-enterprise/compare/v2.0.0...v2.0.1) | ||
|
||
**Fixed bugs:** | ||
- Added missing User#admin_role field | ||
- expose financial\_year\_end\_month [\#13](https://github.com/maestrano/mno-enterprise/pull/13) ([cesar-tonnoir](https://github.com/cesar-tonnoir)) | ||
|
||
## [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 file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.0.1 | ||
2.0.2 |