diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c4dcad..46adee7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v0.16.2](https://github.com/matthewrudy/memoist/tree/v0.16.2) (2019-12-04) + +[Full Changelog](https://github.com/matthewrudy/memoist/compare/v0.16.1...v0.16.2) + +**Merged pull requests:** + +- Fix regression introduced by frozen symbol fix [\#86](https://github.com/matthewrudy/memoist/pull/86) ([sebjacobs](https://github.com/sebjacobs)) + ## [v0.16.1](https://github.com/matthewrudy/memoist/tree/v0.16.1) (2019-11-08) [Full Changelog](https://github.com/matthewrudy/memoist/compare/v0.16.0...v0.16.1) diff --git a/lib/memoist/version.rb b/lib/memoist/version.rb index 0f17872..a9b8b48 100644 --- a/lib/memoist/version.rb +++ b/lib/memoist/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Memoist - VERSION = '0.16.1'.freeze + VERSION = '0.16.2'.freeze end