diff --git a/CHANGELOG.md b/CHANGELOG.md index e57af1d..77d1d10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.0.2] - 2021-11-08 +* [Parse PicType, fix picture on ID3v2.2](https://github.com/sanket143/id3/pull/19) +* Welcome [@moffatman](https://github.com/moffatman) as a collaborator +* [Properly parse ID3v2.2 tags](https://github.com/sanket143/id3/pull/14) + ## [1.0.1] - 2021-08-28 * [Properly parse ID3v2.2 tags](https://github.com/sanket143/id3/pull/14), with some explicit type notation diff --git a/pubspec.yaml b/pubspec.yaml index 49778ad..6229cc7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: id3 description: A cross platform dart package to extract meta data from mp3 files. -version: 1.0.1 +version: 1.0.2 homepage: https://github.com/sanket143/id3 environment: