Skip to content

Commit a32ad59

Browse files
committed
Release 0.1.2
1 parent a872dd9 commit a32ad59

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
# 0.1.2 - 2024-10-08
10+
911
* Use `Set.add` correctly
1012

1113
*Sean Doyle*

lib/constraint_validations/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ConstraintValidations
2-
VERSION = '0.1.1'
2+
VERSION = '0.1.2'
33
end

0 commit comments

Comments
 (0)