diff --git a/CHANGELOG.md b/CHANGELOG.md index a41151b..8716d74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v1.0.12 + +*May 25, 2020* + +* Updated tests for long function names +* Improvements in CI +* Pinned bundler to 2.x + ## v1.0.11 *September 14, 2018* diff --git a/lib/journald/native/version.rb b/lib/journald/native/version.rb index 9ba65ed..0ebc6cc 100644 --- a/lib/journald/native/version.rb +++ b/lib/journald/native/version.rb @@ -1,5 +1,5 @@ module Journald module Native - VERSION = '1.0.11'.freeze + VERSION = '1.0.12'.freeze end end