Skip to content

Commit c261fe7

Browse files
committed
chore(release): release v0.9.2
1 parent b623105 commit c261fe7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Do this to generate your change history
55
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("
66

77

8+
### v0.9.2 (27 November 2023)
9+
* [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)
10+
811
### v0.9.1 (17 March 2023)
912
* [ac72d8e](https://github.com/pactflow/terraform/commit/ac72d8e) - fix: errors in some API resources weren't being propagated (#32) (Matt Fellows, Fri Mar 17 12:11:10 2023 +1100)
1013
* [38d559e](https://github.com/pactflow/terraform/commit/38d559e) - docs: add role details to resource_role (Matt Fellows, Mon Jan 9 11:19:03 2023 +1100)

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package version
22

3-
const LIBRARY_VERSION = "v0.9.1"
3+
const LIBRARY_VERSION = "v0.9.2"

0 commit comments

Comments
 (0)