Version incrementation.
This commit is contained in:
parent
27b0930991
commit
614f2eff59
|
@ -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.
|
|
@ -1,3 +1,3 @@
|
||||||
module MusicBrainz
|
module MusicBrainz
|
||||||
VERSION = "0.7.4"
|
VERSION = "0.7.5"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue