Skip to content

Commit 30cdc17

Browse files
authored
Merge pull request #25 from kangkyu/bump-version
[ci skip] Bump 1.4.2
2 parents 132362e + 359c5e0 commit 30cdc17

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ For more information about changelogs, check
77
[Vandamme](http://tech-angels.github.io/vandamme).
88

99

10+
## 1.4.2 - 2017.05.24
11+
12+
* [BUGFIX] Do not raise errors from endscreens with different title format
13+
1014
## 1.4.1 - 2017.03.31
1115

1216
* [BUGFIX] Change `EndScreen` according to its endpoint change on YouTube

lib/yt/annotations/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module Yt
33
module Annotations
44
# @return [String] the SemVer-compatible gem version.
55
# @see http://semver.org
6-
VERSION = '1.4.1'
6+
VERSION = '1.4.2'
77
end
88
end

0 commit comments

Comments
 (0)