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.8 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
babarot committed Sep 27, 2019
1 parent d4e3681 commit d96d01e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ This file is automatically generated by [git-chglog](github.com/git-chglog/git-c
## [Unreleased]


<a name="v0.2.8"></a>
## [v0.2.8] - 2019-09-27
### Added
- **core:** Add tests for jsonpath

### Fixed
- **core:** Use ctyjson.Unmarshal for jsonpath internal logic to detect typo more strictly


<a name="v0.2.7"></a>
## [v0.2.7] - 2019-09-20
### Fixed
Expand Down Expand Up @@ -88,7 +97,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.7...HEAD
[Unreleased]: https://github.com/b4b4r07/stein/compare/v0.2.8...HEAD
[v0.2.8]: https://github.com/b4b4r07/stein/compare/v0.2.7...v0.2.8
[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
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.7"
Version = "0.2.8"

envEnvPrefix = "STEIN_"
)
Expand Down

0 comments on commit d96d01e

Please sign in to comment.