Skip to content

Commit

Permalink
Bump version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
julik committed Aug 11, 2024
1 parent 87dddc3 commit 28e2c5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 6.3.1

* Include `RailsStreaming` in a Rails loader callback, so that ActionController does not need to be in the namespace.

## 6.3.0

* Include `RailsStreaming` automatically via a Railtie. It is not really necessary to force people to manage it manually.
Expand Down
2 changes: 1 addition & 1 deletion lib/zip_kit/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ZipKit
VERSION = "6.3.0"
VERSION = "6.3.1"
end

0 comments on commit 28e2c5f

Please sign in to comment.