1
0
Fork 0

Release 0.7.7

This commit is contained in:
Mathias Gawlista 2014-12-01 11:39:52 +01:00
parent 60d4df1cab
commit 3d30c6f6b7
2 changed files with 5 additions and 1 deletions

View File

@ -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]

View File

@ -1,3 +1,3 @@
module MusicBrainz
VERSION = "0.7.6"
VERSION = "0.7.7"
end