Skip to content

Commit

Permalink
Prepare for new release v1.27.0
Browse files Browse the repository at this point in the history
tbroden84 committed Jun 12, 2023
1 parent d5cb475 commit 8fb8b4c
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.x.x (Unreleased)
## 1.27.0 (Jun 12, 2023)

NOTES:

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.26.2
PROVIDER_VERSION = 1.27.0

default: build

0 comments on commit 8fb8b4c

Please sign in to comment.