Skip to content

Commit

Permalink
release v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zoncoen committed Jun 15, 2020
1 parent 7a38492 commit c7408d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

<a name="v0.3.2"></a>
## [v0.3.2] - 2020-06-15
### Bug Fixes
- **deps:** update YAML library to fix a bug ( v1.7.8 => v1.7.9 ) ([#39](https://github.com/zoncoen/scenarigo/issues/39))

<a name="v0.3.1"></a>
## [v0.3.1] - 2020-06-12
### Bug Fixes
Expand Down Expand Up @@ -30,6 +35,7 @@ change protocl.Protocol interface
- first release


[v0.3.2]: https://github.com/zoncoen/scenarigo/compare/v0.3.1...v0.3.2
[v0.3.1]: https://github.com/zoncoen/scenarigo/compare/v0.3.0...v0.3.1
[v0.3.0]: https://github.com/zoncoen/scenarigo/compare/v0.2.0...v0.3.0
[v0.2.0]: https://github.com/zoncoen/scenarigo/compare/v0.1.0...v0.2.0
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package version

import "fmt"

var version string = "0.3.1"
var version string = "0.3.2"
var revision string = "dev"

// String returns scenarigo version as string.
Expand Down

0 comments on commit c7408d0

Please sign in to comment.