We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1889717 commit 668e330Copy full SHA for 668e330
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
+## 3.1.1
3
+
4
+* [ADDED] Add release tagging workflow.
5
6
## 3.1.0
7
-* [ADDED] Add release and publish GitHub actions
8
+* [CHANGED] Deprecate old signed request validation.
9
+* [ADDED] New request validator with JWT webhook signature.
10
+* [ADDED] Add release and publish GitHub actions.
lib/messagebird/version.rb
@@ -2,6 +2,6 @@
module MessageBird
module Version
- STRING = '3.1.0'
+ STRING = '3.1.1'
end
0 commit comments