diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aeacac1d..1bd2c985e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [4.3.2] + + * Fix non-working migrations on MySQL >= 5.6 + * Fix RDF/XML representation for federated search results + ## [4.3.1] * Fix for 4.3.0 not booting on heroku diff --git a/lib/iqvoc/version.rb b/lib/iqvoc/version.rb index 5c021ada0..0f620dd14 100644 --- a/lib/iqvoc/version.rb +++ b/lib/iqvoc/version.rb @@ -15,5 +15,5 @@ # limitations under the License. module Iqvoc - VERSION = "4.3.1" + VERSION = "4.3.2" end