diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9a7d269 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +## musicbrainz (unreleased) ## + +# 0.7.5 (May 6, 2013) ## + +* Created new track_search binding to allow searching for tracks. [#18] +* Adds release group urls. [#17] + +# 0.1.0 (July 18, 2011) ## + +* Initial version. \ No newline at end of file diff --git a/lib/musicbrainz/version.rb b/lib/musicbrainz/version.rb index 6bb6cd2..3b84c43 100644 --- a/lib/musicbrainz/version.rb +++ b/lib/musicbrainz/version.rb @@ -1,3 +1,3 @@ module MusicBrainz - VERSION = "0.7.4" + VERSION = "0.7.5" end