We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4511087 commit 01ac817Copy full SHA for 01ac817
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
-## [2.1.0] - Unreleased
+## [2.1.0] - 2024-08-20
8
### Added
9
- Added support for Rails 7.2
10
- Added support for `postgresql` as a database adapter
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
- declare_schema (2.1.0.pre.1)
+ declare_schema (2.1.0)
rails (>= 6.0)
GEM
lib/declare_schema/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module DeclareSchema
- VERSION = "2.1.0.pre.1"
+ VERSION = "2.1.0"
end
0 commit comments