Skip to content

Commit 98a0600

Browse files
committed
Bump 0.3.0.beta1
1 parent 6f21378 commit 98a0600

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## master
22

3+
## 0.3.0.beta1 (2019-03-30)
4+
35
- Added ActiveSupport-based instrumentation. ([@palkan][])
46

57
See [PR#4](https://github.com/palkan/action_policy/pull/4)

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.2.4"
4+
VERSION = "0.3.0.beta1"
55
end

0 commit comments

Comments
 (0)