Skip to content

Commit

Permalink
Prepare release 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
edif2008 committed Mar 12, 2024
1 parent 6f9519d commit 7a8b155
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.2
1.4.3
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@

---

[//]: # (START/v1.4.3)
# v1.4.3

## Fixes
* Pass proper user agent info to the CLI. {#124}

---

[//]: # (START/v1.4.2)
# v1.4.2

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

var (
// ProviderVersion is set during release.
ProviderVersion = "1.4.2"
ProviderVersion = "1.4.3"
)

0 comments on commit 7a8b155

Please sign in to comment.