Skip to content

Commit

Permalink
prepare for 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
formigarafa committed Jan 27, 2023
1 parent 657465b commit f392f12
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
## [0.1.9] - 2023-01-27
- [#6] [#7] Security/Performance fix to vulnerability to DoS attacks.

## [0.1.8] - 2023-01-22
- How to find information on translations on README.
- Drop automatic tests on ruby 2.5 (It still works on it but development gems are failing to build).
- Update dev gems to prepare to test on Ruby 3.1 and 3.2. (mini_racer, rubocop and bundler)
- Fix Style/RedundantStringEscape on frequency_lists.rb
- Add automated tests for Ruby 3.1 and 3.2
- Add MFA requirement on release
- Trim non-production files from final gem
- Fix Style/RedundantStringEscape on frequency_lists.rb.
- Add automated tests for Ruby 3.1 and 3.2.
- Add MFA requirement on release.
- Trim non-production files from final gem.

## [0.1.7] - 2021-06-12
- Ported original specs
Expand Down
2 changes: 1 addition & 1 deletion lib/zxcvbn/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Zxcvbn
VERSION = "0.1.8"
VERSION = "0.1.9"
end

0 comments on commit f392f12

Please sign in to comment.