Skip to content

Commit 883f42c

Browse files
committed
release: 4.1.1
1 parent 03ac0b0 commit 883f42c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ Which defines the rake task `create_databases` and also a task for github action
136136

137137
Release notes for schema_dev versions:
138138

139+
* **4.1.1** - Fix github actions generated files for concurrency detection
139140
* **4.1.0** - Switch to GitHub actions instead of travis CI
140141
* **4.0.0** - Drop support for AR < 5.2 and add AR 6.0 and 6.1
141142
* **3.13.1** - Adjust travis.yml generation to work with mysql again

lib/schema_dev/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SchemaDev
4-
VERSION = '4.1.0'
4+
VERSION = '4.1.1'
55
end

0 commit comments

Comments
 (0)