Skip to content

Commit

Permalink
chore(release): release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Apr 8, 2022
1 parent 6beb9a0 commit 22e13bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Do this to generate your change history
git log --pretty=format:' * [%h](https://github.com/pact-foundation/pact-go/commit/%h) - %s (%an, %ad)' vX.Y.Z..HEAD | egrep -v "wip(:|\()" | grep -v "docs(" | grep -v "chore(" | grep -v Merge | grep -v "test("


### v0.6.0 (08 April 2022)
* [6beb9a0](https://github.com/pactflow/terraform/commit/6beb9a0) - feat: add main_branch property to applications (Matt Fellows, Fri Apr 8 16:15:38 2022 +1000)

### v0.5.1 (21 March 2022)
* [9cd0aa5](https://github.com/pactflow/terraform/commit/9cd0aa5) - fix: release under go 1.16 (Matt Fellows, Mon Mar 21 22:01:49 2022 +1100)

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package version

const LIBRARY_VERSION = "v0.5.1"
const LIBRARY_VERSION = "v0.6.0"

0 comments on commit 22e13bc

Please sign in to comment.