From 1dd1714448f21e369cf5ca2eefe121e0a200f125 Mon Sep 17 00:00:00 2001 From: Mathias Gawlista Date: Fri, 14 Jun 2013 12:37:38 +0200 Subject: [PATCH] Release of 0.7.6 --- CHANGELOG.md | 4 ++++ lib/musicbrainz/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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