Skip to content

Commit 876b027

Browse files
authored
Merge pull request #257 from opentok/prepare-release-4.5.1
Preparing for release 4.5.1
2 parents 056914c + 9acab60 commit 876b027

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.md

+7
Original file line numberDiff line numberDiff line change
@@ -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+
18
# 4.5.0
29

310
* Adds support for multiple archives and records feature [#248](https://github.com/opentok/OpenTok-Ruby-SDK/pull/248)

lib/opentok/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module OpenTok
22
# @private
3-
VERSION = '4.5.0'
3+
VERSION = '4.5.1'
44
end

0 commit comments

Comments
 (0)