From bf97796c3400a60e72e93beaa339a29a62d1f6d9 Mon Sep 17 00:00:00 2001 From: Joe Sustaric Date: Tue, 14 May 2019 13:59:39 +1000 Subject: [PATCH] version 1 --- CHANGELOG.md | 10 ++++++++++ lib/zxcvbn/version.rb | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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