We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f21378 commit 98a0600Copy full SHA for 98a0600
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## master
2
3
+## 0.3.0.beta1 (2019-03-30)
4
+
5
- Added ActiveSupport-based instrumentation. ([@palkan][])
6
7
See [PR#4](https://github.com/palkan/action_policy/pull/4)
lib/action_policy/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module ActionPolicy
- VERSION = "0.2.4"
+ VERSION = "0.3.0.beta1"
end
0 commit comments