Skip to content

Commit

Permalink
chore(release): release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Nov 27, 2023
1 parent 80b7d49 commit b41522c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.10.0 (27 November 2023)
* [80b7d49](https://github.com/pactflow/terraform/commit/80b7d49) - feat: update response for create team endpoint (#34) (Matt Fellows, Mon Nov 27 16:32:56 2023 +1100)
* [50f29a7](https://github.com/pactflow/terraform/commit/50f29a7) - Add .whitesource configuration file (#27) (mend-for-github-com[bot], Mon Nov 27 14:50:34 2023 +1100)

### v0.9.2 (27 November 2023)
* [b623105](https://github.com/pactflow/terraform/commit/b623105) - fix: remove firstname/lastname as they never existed in the API (Matt Fellows, Mon Nov 27 14:12:22 2023 +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.9.2"
const LIBRARY_VERSION = "v0.10.0"

0 comments on commit b41522c

Please sign in to comment.