Skip to content

Commit

Permalink
Merge pull request #35 from envato/paj/1.2.0
Browse files Browse the repository at this point in the history
Prepare 1.2.0 Release
  • Loading branch information
johnsyweb authored Jan 5, 2021
2 parents 8e0e9ea + 09a6708 commit e6a9c3e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,19 @@ 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]

[Unreleased]: https://github.com/envato/zxcvbn-ruby/compare/v1.2.0...HEAD

## [1.2.0] - 2021-01-05

### Added
- Support for Ruby 3 (thanks [@RSO] ([#32]))

### Changed
- Use [mini\_racer] for running JavaScript specs (thanks [@RSO] ([#33]))
- Moved CI to GitHub Actions ([#34])

[Unreleased]: https://github.com/envato/zxcvbn-ruby/compare/v1.1.0...HEAD
[1.2.0]: https://github.com/envato/zxcvbn-ruby/compare/v1.1.0...v.1.2.0
[@rso]: https://github.com/RSO
[mini\_racer]: https://rubygems.org/gems/mini_racer/
[#32]: https://github.com/envato/zxcvbn-ruby/pull/32
Expand Down
4 changes: 3 additions & 1 deletion lib/zxcvbn/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

module Zxcvbn
VERSION = '1.1.0'.freeze
VERSION = '1.2.0'
end

0 comments on commit e6a9c3e

Please sign in to comment.