Skip to content

Commit

Permalink
Version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed May 27, 2020
1 parent 674aeec commit ab8b111
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
## 1.2.1

### Security Fixes:

* Added `original_script_name` parameter to the ignore list: #1020 [@viseztrance]
See CVE-2020-11082 for full details.

### Bug Fixes:

* Fixed a couple of grouped `total_count` regressions by reverting #979


## 1.2.0

### Deprecations:
Expand Down
2 changes: 1 addition & 1 deletion kaminari-actionview/lib/kaminari/actionview/version.rb
Expand Up @@ -2,6 +2,6 @@

module Kaminari
module Actionview
VERSION = '1.2.0'
VERSION = '1.2.1'
end
end
2 changes: 1 addition & 1 deletion kaminari-activerecord/lib/kaminari/activerecord/version.rb
Expand Up @@ -2,6 +2,6 @@

module Kaminari
module Activerecord
VERSION = '1.2.0'
VERSION = '1.2.1'
end
end
2 changes: 1 addition & 1 deletion kaminari-core/lib/kaminari/core/version.rb
Expand Up @@ -2,6 +2,6 @@

module Kaminari
module Core
VERSION = '1.2.0'
VERSION = '1.2.1'
end
end
2 changes: 1 addition & 1 deletion lib/kaminari/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Kaminari
VERSION = '1.2.0'
VERSION = '1.2.1'
end

0 comments on commit ab8b111

Please sign in to comment.