Skip to content

Commit bd7158c

Browse files
committed
Bump version and update CHANGELOG
1 parent fa19c5c commit bd7158c

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
## Unreleased
1+
## 3.5.0
22

33
* [#653](https://github.com/CanCanCommunity/cancancan/pull/653): Add support for using an nil relation as a condition. ([@ghiculescu][])
44
* [#702](https://github.com/CanCanCommunity/cancancan/pull/702): Support scopes of STI classes as ability conditions. ([@honigc][])
55
* [#798](https://github.com/CanCanCommunity/cancancan/pull/798): Allow disabling of rules compressor via `CanCan.rules_compressor_enabled = false`. ([@coorasse][])
6+
* [#814](https://github.com/CanCanCommunity/cancancan/pull/814): Fix issue with polymorphic associations. ([@WriterZephos][])
67

78
## 3.4.0
89

@@ -705,3 +706,4 @@ Please read the [guide on migrating from CanCanCan 2.x to 3.0](https://github.co
705706
[@mtoneil]: https://github.com/mtoneil
706707
[@Juleffel]: https://github.com/Juleffel
707708
[@honigc]: https://github.com/honigc
709+
[@WriterZephos]: https://github.com/WriterZephos

lib/cancan/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module CanCan
4-
VERSION = '3.4.0'.freeze
4+
VERSION = '3.5.0'.freeze
55
end

0 commit comments

Comments
 (0)