diff --git a/CHANGELOG.md b/CHANGELOG.md index fd75dca..75da4d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## musicbrainz (unreleased) ## +# 0.7.7 (Dezember 1, 2014) ## + +* Handle nil values returned from Base model search at Artist#find_by_name and ReleaseGroup#find_by_artist_and_title [#24] + # 0.7.6 (June 14, 2013) ## * Improves urls attribute to return an array if there are multiple urls for a relation type. [#19] diff --git a/lib/musicbrainz/version.rb b/lib/musicbrainz/version.rb index 696c4db..935724e 100644 --- a/lib/musicbrainz/version.rb +++ b/lib/musicbrainz/version.rb @@ -1,3 +1,3 @@ module MusicBrainz - VERSION = "0.7.6" + VERSION = "0.7.7" end