Skip to content

Commit

Permalink
Prepare for 0.16.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebjacobs committed Dec 4, 2019
1 parent 72d40af commit b12aff2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/memoist/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Memoist
VERSION = '0.16.1'.freeze
VERSION = '0.16.2'.freeze
end

0 comments on commit b12aff2

Please sign in to comment.