Skip to content

Commit 37ad5ac

Browse files
committed
2.20.1
1 parent 08172e5 commit 37ad5ac

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@ Changelog for the gruf gem. This includes internal history before the gem was ma
22

33
### Pending release
44

5+
### 2.20.1
6+
7+
* [#208] Fix rails `clear_active_connections!` deprecation warning
8+
59
### 2.20.0
610

711
* [#190] Remove unsued `e2mmap` and `thwait` gems from `runtime_dependency`.
812
* [#194] Add interceptor to reload Rails app code accross requests
913
* [#209] Removes manual `establish_connection` and active connection check for each request from `Gruf::Interceptors::ActiveRecord::ConnectionReset`.
10-
* [#208] Fix rails `clear_active_connections!` deprecation warning
1114

1215
### 2.19.0
1316

lib/gruf/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1717
#
1818
module Gruf
19-
VERSION = '2.20.1.pre'
19+
VERSION = '2.20.1'
2020
end

0 commit comments

Comments
 (0)