Skip to content

Commit c647250

Browse files
committed
Version 4.4.0
1 parent 09b8dd6 commit c647250

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 4.4.0 (04-Aug-20)
4+
5+
* 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))
6+
* Updated dependencies and cops
7+
38
## 4.3.0 (18-May-20)
49

510
* 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).

lib/angular_rails_csrf/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 AngularRailsCsrf
4-
VERSION = '4.3.0'
4+
VERSION = '4.4.0'
55
end

test/angular_rails_csrf_skip_test.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ class AngularRailsCsrfSkipTest < ActionController::TestCase
1111
assert_nil cookies['XSRF-TOKEN']
1212
assert_response :success
1313
end
14-
1514
end

0 commit comments

Comments
 (0)