Skip to content

Commit bc07938

Browse files
committed
pkg: Bump minor version
1 parent db24e43 commit bc07938

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,21 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased][Unreleased]
77

8+
9+
10+
11+
## [0.9.0][0.9.0] - 2017-02-14
12+
813
Added:
914

1015
* Support settings
1116

17+
Changed:
18+
19+
* Dockerize application
20+
* Drop OpenShift support code
21+
* Update dependencies
22+
1223

1324
## [0.8.0][0.8.0] - 2016-11-19
1425

@@ -116,4 +127,5 @@ This is the very first version.
116127
[0.6.0]:https://github.com/forfuturellc/mmtc-ke/releases/tag/v0.6.0
117128
[0.7.0]:https://github.com/forfuturellc/mmtc-ke/releases/tag/v0.7.0
118129
[0.8.0]:https://github.com/forfuturellc/mmtc-ke/releases/tag/v0.8.0
119-
[Unreleased]: https://github.com/forfuturellc/mmtc-ke/compare/v0.8.0...develop
130+
[0.9.0]:https://github.com/forfuturellc/mmtc-ke/releases/tag/v0.9.0
131+
[Unreleased]: https://github.com/forfuturellc/mmtc-ke/compare/v0.9.0...develop

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mmtc",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "Calculate Mobile Money Transaction Cost",
55
"private": true,
66
"repository": {

0 commit comments

Comments
 (0)