Skip to content

Commit 455061f

Browse files
Bump version to 2.1.0
1 parent 851acdb commit 455061f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## Changelog
22

3+
* 2.1.0: Add support for Addic7ed defining multiple versions compatibility of a subtitle
34
* 2.0.4: Nokogiri security update ¯\\\_(ツ)\_
5+
* 2.0.3: Fix show name detection when it contains a dot and try to avoid HTTP 304 messages we randomly receive back from the server
46
* 2.0.2: Fix show name detection when it doesn't contain production year but it does on Addic7ed
57
* 2.0.1: Fix show name detection when it contains a quote
68
* 2.0.0: Refactor show name detection to properly handle names with country codes or with quotes

lib/addic7ed/version.rb

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

0 commit comments

Comments
 (0)