Skip to content

Commit

Permalink
Merge pull request #26 from envato/update_changelog
Browse files Browse the repository at this point in the history
Release version 1 + update changelog
  • Loading branch information
Joe Sustaric authored May 14, 2019
2 parents b549a89 + bf97796 commit b5b0007
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.0] - 2019-05-14
### Added
Adds more ported password checking features to bring this gem more up to date.
spatial - Keyboard patterns
repeat - Repeated characters
sequence - easily guessable sequences
date - date associations
[PR for further details](https://github.com/envato/zxcvbn-ruby/pull/22)

### Removed
- This gem will no longer run on Ruby versions < 2.3
2 changes: 1 addition & 1 deletion lib/zxcvbn/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Zxcvbn
VERSION = '0.1.2'.freeze
VERSION = '1.0.0'.freeze
end

0 comments on commit b5b0007

Please sign in to comment.