diff --git a/CHANGELOG.md b/CHANGELOG.md index d5f46a6..9cb1626 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/zxcvbn/version.rb b/lib/zxcvbn/version.rb index 34ffa11..c315fef 100644 --- a/lib/zxcvbn/version.rb +++ b/lib/zxcvbn/version.rb @@ -1,3 +1,3 @@ module Zxcvbn - VERSION = '0.1.2'.freeze + VERSION = '1.0.0'.freeze end