Skip to content

Commit c0d6f97

Browse files
committed
TECH-16372: release v2.2.1
1 parent bdfead3 commit c0d6f97

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

55
Note: this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.2.1] - 2024-10-11
8+
### Changed
9+
- Re-release after yanking 2.2.0
10+
711
## [2.2.0] - 2024-10-09
812
### Changed
913
- Drop/add index if its settings change (`unique:`, `length:`, etc.)

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-
declare_schema (2.2.0)
4+
declare_schema (2.2.1)
55
rails (>= 6.0)
66

77
GEM

lib/declare_schema/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 DeclareSchema
4-
VERSION = "2.2.0"
4+
VERSION = "2.2.1"
55
end

0 commit comments

Comments
 (0)