Skip to content

Commit

Permalink
Version 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bodrovis committed Aug 4, 2020
1 parent 09b8dd6 commit c647250
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 4.4.0 (04-Aug-20)

* Make the gem play nicely with controllers that do not have `protect_against_forgery?` method defined - for example, certain Doorkeeper controllers (thanks, [@amenz](https://github.com/amenz))
* Updated dependencies and cops

## 4.3.0 (18-May-20)

* Ruby version 2.4 is no longer officially supported (though it still should work) - this is also due to the fact that [v2.4 is abanoded by Ruby core team as well](https://www.ruby-lang.org/en/news/2020/04/05/support-of-ruby-2-4-has-ended/). Required Ruby version is now 2.5+ according to [version compatibility](https://github.com/jsanders/angular_rails_csrf/wiki/Version-Compatibility).
Expand Down
2 changes: 1 addition & 1 deletion lib/angular_rails_csrf/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module AngularRailsCsrf
VERSION = '4.3.0'
VERSION = '4.4.0'
end
1 change: 0 additions & 1 deletion test/angular_rails_csrf_skip_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ class AngularRailsCsrfSkipTest < ActionController::TestCase
assert_nil cookies['XSRF-TOKEN']
assert_response :success
end

end

0 comments on commit c647250

Please sign in to comment.