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 ad7c5c5 commit 1ba3f77Copy full SHA for 1ba3f77
CHANGELOG.md
@@ -4,8 +4,8 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
-## [Unreleased]
8
-### Adds
+## [1.4.0]
+### Added
9
- Support for Rails 7
10
11
## [1.3.0]
lib/migration_lock_timeout/version.rb
@@ -1,3 +1,3 @@
1
module MigrationLockTimeout
2
- VERSION = "1.3.0"
+ VERSION = "1.4.0"
3
end
0 commit comments