Skip to content

Commit 1372428

Browse files
committed
Release 1.4.0
1 parent 9999568 commit 1372428

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
[Unreleased]: https://github.com/envato/zxcvbn-ruby/compare/v1.4.0...HEAD
10+
11+
## [1.4.0] - 2026-01-15
12+
913
### Added
1014
- RBS type signatures for improved type checking and IDE support ([#68])
1115

1216
### Changed
1317
- Minor fixups in gem metadata ([#67]).
1418

15-
[Unreleased]: https://github.com/envato/zxcvbn-ruby/compare/v1.3.0...HEAD
19+
[1.4.0]: https://github.com/envato/zxcvbn-ruby/compare/v1.3.0...v1.4.0
1620
[#67]: https://github.com/envato/zxcvbn-ruby/pull/67
1721
[#68]: https://github.com/envato/zxcvbn-ruby/pull/68
1822

lib/zxcvbn/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Zxcvbn
4-
VERSION = '1.3.0'
4+
VERSION = '1.4.0'
55
end

0 commit comments

Comments
 (0)