Skip to content

Commit 7053bbc

Browse files
committed
Version 1.1.2
1 parent 60fbe53 commit 7053bbc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ All notable changes to this project will be documented in this file.
66
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
77
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
88

9+
## 1.1.2 - 2022-04-13
10+
### Fixed
11+
- Fix UserTextIdentificationFrame's constructor so that overloaded
12+
variants with StringList arguments can be called (#107)
13+
914
## 1.1.1 - 2022-04-12
1015
### Changed
1116
- Fixed build time warnings with Ruby >= 2.7.0 (#85)

lib/taglib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module TagLib
44
module Version
55
MAJOR = 1
66
MINOR = 1
7-
PATCH = 1
7+
PATCH = 2
88
BUILD = nil
99

1010
STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')

0 commit comments

Comments
 (0)