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


<a name="v0.2.4"></a>
## [v0.2.4] - 2019-02-08
### Fixed
- **core:** Fix bug related to the file name cache parsed as HCL (to show source code when facing some errors)


<a name="v0.2.3"></a>
## [v0.2.3] - 2019-02-06
### Added
Expand Down Expand Up @@ -59,7 +65,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.3...HEAD
[Unreleased]: https://github.com/b4b4r07/stein/compare/v0.2.4...HEAD
[v0.2.4]: https://github.com/b4b4r07/stein/compare/v0.2.3...v0.2.4
[v0.2.3]: https://github.com/b4b4r07/stein/compare/v0.2.2...v0.2.3
[v0.2.2]: https://github.com/b4b4r07/stein/compare/v0.2.1...v0.2.2
[v0.2.1]: https://github.com/b4b4r07/stein/compare/v0.2.0...v0.2.1
Expand Down
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -15,7 +15,7 @@ const (
// AppName is the application name
AppName = "stein"
// Version is the application version
Version = "0.2.3"
Version = "0.2.4"

envEnvPrefix = "STEIN_"
)
Expand Down

0 comments on commit 6da6300

Please sign in to comment.