We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf3433 commit 1e9c9ebCopy full SHA for 1e9c9eb
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## [Unreleased]
2
3
+## [1.1.1] - 2025-04-28
4
+
5
Fixes:
6
- Fix birth date check for Italy when year is between 1900..1909 or 2000..2009
7
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- tin_valid (1.1.0)
+ tin_valid (1.1.1)
GEM
remote: https://rubygems.org/
lib/tin_valid/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module TinValid
- VERSION = "1.1.0"
+ VERSION = "1.1.1"
end
0 commit comments