Skip to content

Commit 56a189b

Browse files
committed
Update HISTORY and bump version to v0.5.6.
1 parent b5a68c0 commit 56a189b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

HISTORY

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
=== CURRENT
22

3+
=== 0.5.6 2021-04-02
4+
35
* Add metadata to Gemspec file
46
* Change default timeout to be the same as Net::HTTP default, 60 seconds instead of 30 seconds.
57
* Add support for PUT requests with Action Controller (#181)

lib/oauth/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module OAuth
2-
VERSION = "0.5.5"
2+
VERSION = "0.5.6"
33
end

0 commit comments

Comments
 (0)