Skip to content

Commit 1e9c9eb

Browse files
committed
v1.1.1 🎉
1 parent 0cf3433 commit 1e9c9eb

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## [Unreleased]
22

3+
## [1.1.1] - 2025-04-28
4+
35
Fixes:
46
- Fix birth date check for Italy when year is between 1900..1909 or 2000..2009
57

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
tin_valid (1.1.0)
4+
tin_valid (1.1.1)
55

66
GEM
77
remote: https://rubygems.org/

lib/tin_valid/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 TinValid
4-
VERSION = "1.1.0"
4+
VERSION = "1.1.1"
55
end

0 commit comments

Comments
 (0)