Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit ddbe21e

Browse files
committed
Release 1.1.2
1 parent 88b5f01 commit ddbe21e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES renamed to CHANGES.md

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

3+
## 1.1.2 (2016-02-11)
4+
* Fixed first and last track being swapped in example readdiscid.rb
5+
* Restricted dependencies for Ruby 1.8 to maintain compatibility
6+
* Test against Ruby 2.3
7+
38
## 1.1.1 (2015-08-27)
49
* Fixed gem file permissions
510

lib/discid/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616

1717
module DiscId
1818
# The version of ruby-discid.
19-
VERSION = "1.1.1"
19+
VERSION = "1.1.2"
2020
end

0 commit comments

Comments
 (0)