Skip to content

Commit ff43a90

Browse files
committed
Bump version, add a changelog
1 parent cd8beed commit ff43a90

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module MigrationLockTimeout
2-
VERSION = "1.1.0"
2+
VERSION = "1.2.0".freeze
33
end

0 commit comments

Comments
 (0)