diff --git a/changelog.md b/changelog.md index dfc3a59..a80b767 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +v0.3.0 + +* guard against nil REQUEST_URI (thanks, pbendersky and dlackty!) +* modernize infrastructure and test against newer Ruby versions (thanks, dwaller, pmq20 and dlackty!) +* don't parse empty bodies as JSON (thanks, trungpham and dlackty!) + v0.2.2 * Update documentation to remove old options and add installation section * Update gems diff --git a/lib/batch_api/version.rb b/lib/batch_api/version.rb index 1ee92f5..643f7a8 100644 --- a/lib/batch_api/version.rb +++ b/lib/batch_api/version.rb @@ -1,3 +1,3 @@ module BatchApi - VERSION = "0.2.1" + VERSION = "0.3.0" end