Skip to content

Commit

Permalink
Version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robinst committed Apr 13, 2022
1 parent 60fbe53 commit 7053bbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 1.1.2 - 2022-04-13
### Fixed
- Fix UserTextIdentificationFrame's constructor so that overloaded
variants with StringList arguments can be called (#107)

## 1.1.1 - 2022-04-12
### Changed
- Fixed build time warnings with Ruby >= 2.7.0 (#85)
Expand Down
2 changes: 1 addition & 1 deletion lib/taglib/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module TagLib
module Version
MAJOR = 1
MINOR = 1
PATCH = 1
PATCH = 2
BUILD = nil

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

0 comments on commit 7053bbc

Please sign in to comment.