Skip to content

Commit 12c7b05

Browse files
committed
Update version 🔧
1 parent 10ca851 commit 12c7b05

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
# Change Log
22
All changes to Mp3ID3Tagger will be documented in this file.
33

4-
## [1.0.1](https://github.com/chicio/Mp3ID3Tagger/releases/tag/1.0.0)
5-
Release date: 2017-05-03.
4+
## [1.2.0](https://github.com/chicio/Mp3ID3Tagger/releases/tag/1.2.0)
5+
Release date: 2018-05-05.
6+
7+
#### Added
8+
- `albumArtist` field support
9+
10+
#### Fixed
11+
- `attachedPicture` field is now optional, so it is possible to save partial tags
12+
- Tests now use equatable to check objects equality
13+
14+
## [1.0.1](https://github.com/chicio/Mp3ID3Tagger/releases/tag/1.0.1)
15+
Release date: 2018-05-03.
616

717
#### Fixed
818
- UTF 16 support on "text information" frames.
919

1020
## [1.0.0](https://github.com/chicio/Mp3ID3Tagger/releases/tag/1.0.0)
11-
Release date: 2017-04-25.
21+
Release date: 2018-04-25.
1222

1323
#### Added
1424
- Initial release.

Mp3ID3Tagger/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0.1</string>
20+
<string>1.1.0</string>
2121
<key>CFBundleVersion</key>
2222
<string>1</string>
2323
<key>LSMinimumSystemVersion</key>

0 commit comments

Comments
 (0)