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 cd8beed commit ff43a90Copy full SHA for ff43a90
CHANGELOG.md
@@ -0,0 +1,9 @@
1
+# Changelog
2
+All notable changes to this project will be documented in this file.
3
+
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
+## [1.2.0]
8
+### Added
9
+- Support for using with the [strong_migrations](https://github.com/ankane/strong_migrations) gem
lib/migration_lock_timeout/version.rb
@@ -1,3 +1,3 @@
module MigrationLockTimeout
- VERSION = "1.1.0"
+ VERSION = "1.2.0".freeze
end
0 commit comments