Skip to content

Commit

Permalink
Bump to version 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MessageBird CI authored and khanh.nguyen committed Mar 30, 2022
1 parent 1889717 commit 668e330
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog
## 3.1.1

* [ADDED] Add release tagging workflow.

## 3.1.0

* [ADDED] Add release and publish GitHub actions
* [CHANGED] Deprecate old signed request validation.
* [ADDED] New request validator with JWT webhook signature.
* [ADDED] Add release and publish GitHub actions.
2 changes: 1 addition & 1 deletion lib/messagebird/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module MessageBird
module Version
STRING = '3.1.0'
STRING = '3.1.1'
end
end

0 comments on commit 668e330

Please sign in to comment.