Skip to content

Commit

Permalink
Preparing for 3.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ouranos committed Jul 24, 2017
1 parent 3fda357 commit c69f7bd
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,32 @@
# Change Log

## [Unreleased](https://github.com/maestrano/mno-enterprise/tree/master)
[Full Changelog](https://github.com/maestrano/mno-enterprise/compare/v3.3.0...HEAD)
[Full Changelog](https://github.com/maestrano/mno-enterprise/compare/v3.3.1...HEAD)

## [v3.3.1](https://github.com/maestrano/mno-enterprise/tree/v3.3.1) (2017-07-24)
[Full Changelog](https://github.com/maestrano/mno-enterprise/compare/v3.3.0...v3.3.1)

**Implemented enhancements:**

- Add caching to marketplace endpoint [\#377](https://github.com/maestrano/mno-enterprise/pull/377) ([ouranos](https://github.com/ouranos))
- \[IMPAC-623\] create email alert on widget kpi create [\#375](https://github.com/maestrano/mno-enterprise/pull/375) ([xaun](https://github.com/xaun))
- \[MNOE-499\] Add locales [\#368](https://github.com/maestrano/mno-enterprise/pull/368) ([hedudelgado](https://github.com/hedudelgado))
- \[MNOE-501\] Locales added for on-boarding improvement [\#333](https://github.com/maestrano/mno-enterprise/pull/333) ([rheasunshine](https://github.com/rheasunshine))
- \[MNOE-474\] Add endpoints to admin api [\#327](https://github.com/maestrano/mno-enterprise/pull/327) ([adamaziz15](https://github.com/adamaziz15))

**Fixed bugs:**

- Fix missing locales [\#381](https://github.com/maestrano/mno-enterprise/pull/381) ([alexnoox](https://github.com/alexnoox))
- Fix impac locales task [\#379](https://github.com/maestrano/mno-enterprise/pull/379) ([ouranos](https://github.com/ouranos))
- \[MNOE-554\] Exclude Maestrano CDN from app description sanitisation [\#378](https://github.com/maestrano/mno-enterprise/pull/378) ([ouranos](https://github.com/ouranos))
- \[MNOE-474\] Fix locale typo [\#376](https://github.com/maestrano/mno-enterprise/pull/376) ([ouranos](https://github.com/ouranos))
- \[DEVPL-158\] Pricing Sync [\#372](https://github.com/maestrano/mno-enterprise/pull/372) ([adamaziz15](https://github.com/adamaziz15))
- \[MNOE-544\] Onboarding: fix locales [\#370](https://github.com/maestrano/mno-enterprise/pull/370) ([alexnoox](https://github.com/alexnoox))
- \[MNOE-533\] Reload her team object and fix fetch teams [\#360](https://github.com/maestrano/mno-enterprise/pull/360) ([hedudelgado](https://github.com/hedudelgado))

**Merged pull requests:**

- \[MNOE-474\] Update locales for review frontend [\#334](https://github.com/maestrano/mno-enterprise/pull/334) ([adamaziz15](https://github.com/adamaziz15))

## [v3.3.0](https://github.com/maestrano/mno-enterprise/tree/v3.3.0) (2017-06-20)
[Full Changelog](https://github.com/maestrano/mno-enterprise/compare/v3.2.0...v3.3.0)
Expand Down
2 changes: 1 addition & 1 deletion MNOE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0
3.3.1
2 changes: 1 addition & 1 deletion core/lib/mno_enterprise/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MnoEnterprise
VERSION = '3.3.0'
VERSION = '3.3.1'
end

0 comments on commit c69f7bd

Please sign in to comment.