diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a7d269..fd75dca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## musicbrainz (unreleased) ## +# 0.7.6 (June 14, 2013) ## + +* Improves urls attribute to return an array if there are multiple urls for a relation type. [#19] + # 0.7.5 (May 6, 2013) ## * Created new track_search binding to allow searching for tracks. [#18] diff --git a/lib/musicbrainz/version.rb b/lib/musicbrainz/version.rb index 3b84c43..696c4db 100644 --- a/lib/musicbrainz/version.rb +++ b/lib/musicbrainz/version.rb @@ -1,3 +1,3 @@ module MusicBrainz - VERSION = "0.7.5" + VERSION = "0.7.6" end