Skip to content

Commit

Permalink
Bump version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdleesmiller committed Mar 14, 2020
1 parent 516941b commit 69186f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# X.X.X (Next)

# 2.3.0 (2020-03-14)

- Fix frozen string literal error [#431](https://github.com/rubyzip/rubyzip/pull/431)
- Set `OutputStream.write_buffer`'s buffer to binmode [#439](https://github.com/rubyzip/rubyzip/pull/439)
- Upgrade rubocop and fix various linting complaints [#437](https://github.com/rubyzip/rubyzip/pull/437) [#440](https://github.com/rubyzip/rubyzip/pull/440)
Expand Down
2 changes: 1 addition & 1 deletion lib/zip/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Zip
VERSION = '2.2.0'
VERSION = '2.3.0'
end

0 comments on commit 69186f6

Please sign in to comment.