Skip to content

Commit

Permalink
Merge pull request #104 from castle/release-3.4.0-rc.0
Browse files Browse the repository at this point in the history
prepare for release 3.4.0-rc.0
  • Loading branch information
bartes authored Jan 27, 2018
2 parents 32c0af0 + f6feca6 commit 1cb9df5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master

## 3.4.0-rc.0 (2018-01-27)

- [#101](github.com/castle/castle-ruby/pull/103) added `impersonate` method with `user_id`, `impersonator` and `context` options

## 3.3.1 (2018-01-22)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
castle-rb (3.3.1)
castle-rb (3.4.0.pre.rc.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/castle/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Castle
VERSION = '3.3.1'
VERSION = '3.4.0-rc.0'
end

0 comments on commit 1cb9df5

Please sign in to comment.