Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
Bump version 0.2.7 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
babarot committed Sep 20, 2019
1 parent c3e03ba commit a8fa804
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ This file is automatically generated by [git-chglog](github.com/git-chglog/git-c
## [Unreleased]


<a name="v0.2.7"></a>
## [v0.2.7] - 2019-09-20
### Fixed
- **core:** fix [#12](https://github.com/b4b4r07/stein/issues/12) fundamentally

### Reverts
- GJSON handle parsed arg as just string everytime

### Pull Requests
- Merge pull request [#15](https://github.com/b4b4r07/stein/issues/15) from b4b4r07/fix-14


<a name="v0.2.6"></a>
## [v0.2.6] - 2019-08-29

Expand Down Expand Up @@ -76,7 +88,8 @@ and write policies than "expressions".
<a name="v0.1.0"></a>
## v0.1.0 - 2019-01-07

[Unreleased]: https://github.com/b4b4r07/stein/compare/v0.2.6...HEAD
[Unreleased]: https://github.com/b4b4r07/stein/compare/v0.2.7...HEAD
[v0.2.7]: https://github.com/b4b4r07/stein/compare/v0.2.6...v0.2.7
[v0.2.6]: https://github.com/b4b4r07/stein/compare/v0.2.5...v0.2.6
[v0.2.5]: https://github.com/b4b4r07/stein/compare/v0.2.4...v0.2.5
[v0.2.4]: https://github.com/b4b4r07/stein/compare/v0.2.3...v0.2.4
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const (
// AppName is the application name
AppName = "stein"
// Version is the application version
Version = "0.2.6"
Version = "0.2.7"

envEnvPrefix = "STEIN_"
)
Expand Down

0 comments on commit a8fa804

Please sign in to comment.