Skip to content

Commit 99a6b66

Browse files
committed
Bump 0.4.0
1 parent f766239 commit 99a6b66

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master
44

5+
## 0.4.0 (2019-12-11)
6+
57
- Add `action_policy.init` instrumentation event. ([@palkan][])
68

79
Triggered every time a new policy object is initialized.

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ Composable. Extensible. Performant.
1515

1616
## Resources
1717

18-
- Seattle.rb, 2019 "A Denial!" talk [[slides](https://speakerdeck.com/palkan/seattle-dot-rb-2019-a-denial)]
18+
- RubyRussia, 2019 "Welcome, or access denied?" talk ([video](https://www.youtube.com/watch?v=y15a2g7v8i0) [RU], [slides](https://speakerdeck.com/palkan/rubyrussia-2019-welcome-or-access-denied))
1919

20-
- RailsConf, 2018 "Access Denied" talk [[video](https://www.youtube.com/watch?v=NVwx0DARDis), [slides](https://speakerdeck.com/palkan/railsconf-2018-access-denied-the-missing-guide-to-authorization-in-rails)]
20+
- Seattle.rb, 2019 "A Denial!" talk ([slides](https://speakerdeck.com/palkan/seattle-dot-rb-2019-a-denial))
21+
22+
- RailsConf, 2018 "Access Denied" talk ([video](https://www.youtube.com/watch?v=NVwx0DARDis), [slides](https://speakerdeck.com/palkan/railsconf-2018-access-denied-the-missing-guide-to-authorization-in-rails))
2123

2224

2325
## Integrations
@@ -29,7 +31,7 @@ Composable. Extensible. Performant.
2931
Add this line to your application's `Gemfile`:
3032

3133
```ruby
32-
gem "action_policy", "~> 0.3.0"
34+
gem "action_policy", "~> 0.4.0"
3335
```
3436

3537
And then execute:

lib/action_policy/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 ActionPolicy
4-
VERSION = "0.3.4"
4+
VERSION = "0.4.0"
55
end

0 commit comments

Comments
 (0)