Skip to content

Commit b5b0007

Browse files
author
Joe Sustaric
authored
Merge pull request #26 from envato/update_changelog
Release version 1 + update changelog
2 parents b549a89 + bf97796 commit b5b0007

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.0.0] - 2019-05-14
10+
### Added
11+
Adds more ported password checking features to bring this gem more up to date.
12+
spatial - Keyboard patterns
13+
repeat - Repeated characters
14+
sequence - easily guessable sequences
15+
date - date associations
16+
[PR for further details](https://github.com/envato/zxcvbn-ruby/pull/22)
17+
818
### Removed
919
- This gem will no longer run on Ruby versions < 2.3

lib/zxcvbn/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Zxcvbn
2-
VERSION = '0.1.2'.freeze
2+
VERSION = '1.0.0'.freeze
33
end

0 commit comments

Comments
 (0)