Skip to content

Commit

Permalink
release 26 oct
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutelightning committed Oct 26, 2023
1 parent a2f67ae commit bbd0489
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.7.1 (October 26, 2023)

BUG FIXES:
* Fix issue with re registration of services with checks not triggering task [[GH-1067](https://github.com/hashicorp/consul-terraform-sync/pull/1067)]

## 0.7.0 (September 8, 2022)

BREAKING CHANGES:
Expand Down
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ var (
//
// Version must conform to the format expected by
// github.com/hashicorp/go-version for tests to work.
Version = "0.7.0"
Version = "0.7.1"

// VersionPrerelease is a pre-release marker for the version. If this is ""
// (empty string) then it means that it is a final release. Otherwise, this
// is a pre-release such as "dev" (in development), "beta", "rc1", etc.
VersionPrerelease = "dev"
VersionPrerelease = ""

VersionMetadata = ""
)
Expand Down

0 comments on commit bbd0489

Please sign in to comment.