We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 056914c + 9acab60 commit 876b027Copy full SHA for 876b027
CHANGES.md
@@ -1,3 +1,10 @@
1
+# 4.5.1
2
+
3
+* Fixes issue with uninitialized constant by adding missing `require` statement [#256](https://github.com/opentok/OpenTok-Ruby-SDK/pull/256)
4
+* Fixes RubyGems info by adding repo link to gemspec [#255](https://github.com/opentok/OpenTok-Ruby-SDK/pull/255)
5
6
+Thanks to [`@sailor`](https://github.com/sailor) for the contributions! :raised_hands:
7
8
# 4.5.0
9
10
* Adds support for multiple archives and records feature [#248](https://github.com/opentok/OpenTok-Ruby-SDK/pull/248)
lib/opentok/version.rb
@@ -1,4 +1,4 @@
module OpenTok
# @private
- VERSION = '4.5.0'
+ VERSION = '4.5.1'
end
0 commit comments