Skip to content

Commit 28e2c5f

Browse files
committed
Bump version and changelog
1 parent 87dddc3 commit 28e2c5f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 6.3.1
2+
3+
* Include `RailsStreaming` in a Rails loader callback, so that ActionController does not need to be in the namespace.
4+
15
## 6.3.0
26

37
* Include `RailsStreaming` automatically via a Railtie. It is not really necessary to force people to manage it manually.

lib/zip_kit/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ZipKit
4-
VERSION = "6.3.0"
4+
VERSION = "6.3.1"
55
end

0 commit comments

Comments
 (0)