Skip to content

Commit

Permalink
Prepare for new release v1.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tbroden84 committed Oct 28, 2024
1 parent a2a0fa6 commit a937dfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.32.1 (Unreleased)
## 1.32.1 (Oct 28, 2024)

BUG FIXES:

Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TEST?=$$(go list ./... |grep -v 'vendor')
GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)
PKG_NAME=cloudamqp
PROVIDER_VERSION = 1.32.0
PROVIDER_VERSION = 1.32.1

default: build

Expand Down

0 comments on commit a937dfd

Please sign in to comment.