Skip to content

Commit 1c13563

Browse files
committed
Update Changelog and version number for release.
1 parent 7dfd5ce commit 1c13563

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
* Update MiniTest dependency.
1818
* Add a test to ensure correct version number format.
1919
* Add `bin/console'.
20+
* Require MFA for RubyGems operations.
21+
* Tighten-up RuboCop configuration.
2022

2123
# 0.0.1
2224

lib/zip/bzip2/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Zip
44
module Bzip2
5-
VERSION = '0.0.1'
5+
VERSION = '1.0.0'
66
end
77
end

0 commit comments

Comments
 (0)