We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e1f0f commit 971988cCopy full SHA for 971988c
CHANGELOG.md
@@ -6,10 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+[Unreleased]: https://github.com/envato/zxcvbn-ruby/compare/v1.2.2...HEAD
10
+
11
+## [1.2.2] - 2025-12-06
12
13
### Changed
14
- Address layout and frozen string literal issues ([#49])
15
-[Unreleased]: https://github.com/envato/zxcvbn-ruby/compare/v1.2.1...HEAD
16
+[1.2.2]: https://github.com/envato/zxcvbn-ruby/compare/v1.2.1...v.1.2.2
17
[#49]: https://github.com/envato/zxcvbn-ruby/pull/49
18
19
## [1.2.1] - 2025-12-05
lib/zxcvbn/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Zxcvbn
4
- VERSION = '1.2.1'
+ VERSION = '1.2.2'
5
end
0 commit comments