Skip to content

Commit 68cab0c

Browse files
committed
Prepare v2.1.1
1 parent 718f428 commit 68cab0c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [Unreleased]
5+
## [2.1.1] - 2018-07-04
66
### Fixed
77
- Fix copying of schemas in when ActiveRecord caches queries
88

gemfiles/rails_5.0.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
storey (2.1.0)
4+
storey (2.1.1)
55
easy_class_to_instance_method (~> 0.0.2)
66
gem_config
77
pg

gemfiles/rails_5.1.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
storey (2.1.0)
4+
storey (2.1.1)
55
easy_class_to_instance_method (~> 0.0.2)
66
gem_config
77
pg

gemfiles/rails_5.2.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
storey (2.1.0)
4+
storey (2.1.1)
55
easy_class_to_instance_method (~> 0.0.2)
66
gem_config
77
pg

lib/storey/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Storey
2-
VERSION = "2.1.0"
2+
VERSION = "2.1.1"
33
end

0 commit comments

Comments
 (0)