diff --git a/CHANGES b/CHANGES index 4e74e51..f88ce5e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ # Changelog +## 1.1.0 (2015-08-26) +* Fixed Disc#put handling of first_track being > 1 + ## 1.0.0 (2013-05-01) * Final API and documentation cleanup. * Fixed library loading on Windows and OSX. diff --git a/lib/discid/version.rb b/lib/discid/version.rb index e1ccde7..9d925f7 100644 --- a/lib/discid/version.rb +++ b/lib/discid/version.rb @@ -16,5 +16,5 @@ module DiscId # The version of ruby-discid. - VERSION = "1.0.0" + VERSION = "1.1.0" end