diff --git a/CHANGELOG.md b/CHANGELOG.md index 852ff63d..4e928457 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Changes ======= -# 1.24.0 / UNRELEASED +# 1.24.0 / 2017-01-12 * [FEATURE] Add the ability to record events per host and to filter events. See [#115][] (thanks [@hnovikov][]) * [BUGFIX] Encode extra\_params to handle spaces. See [#113][] (thanks [@miknight][]) @@ -181,4 +181,4 @@ This is the last release compatible with Ruby 1.8. ([EOL 2013-06-30](https://www [@rmoriz]: https://github.com/rmoriz [@treeder]: https://github.com/treeder [@winebarrel]: https://github.com/winebarrel -[@yyuu]: https://github.com/yyuu \ No newline at end of file +[@yyuu]: https://github.com/yyuu diff --git a/lib/dogapi/version.rb b/lib/dogapi/version.rb index f3e46b26..29b1d80d 100644 --- a/lib/dogapi/version.rb +++ b/lib/dogapi/version.rb @@ -1,3 +1,3 @@ module Dogapi - VERSION = '1.23.0' + VERSION = '1.24.0' end