We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 699dde2 commit b8bbf31Copy full SHA for b8bbf31
CHANGELOG.md
@@ -4,7 +4,7 @@ Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4
5
Note: this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-## [1.2.2] - Unreleased
+## [1.2.2] - 2023-01-27
8
### Changed
9
- Documented `belongs_to` and `has_and_belongs_to_many` behavior
10
- Documented configurable ignored tables behavior
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
- declare_schema (1.2.2.pre.0)
+ declare_schema (1.2.2)
rails (>= 5.0)
GEM
lib/declare_schema/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module DeclareSchema
- VERSION = "1.2.2.pre.0"
+ VERSION = "1.2.2"
end
0 commit comments