Skip to content

Commit

Permalink
Prepare for 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robinst committed Jan 20, 2021
1 parent 549da1c commit dc7858f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ 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.0 - 2021-01-20
### Added
- Added support for CTOC and CHAP frames for ID3v2

## 1.0.1 - 2020-03-25

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions lib/taglib/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module TagLib
module Version
MAJOR = 1
MINOR = 0
PATCH = 1
MINOR = 1
PATCH = 0
BUILD = nil

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

0 comments on commit dc7858f

Please sign in to comment.