Skip to content

Commit 39a1c03

Browse files
committed
v2.4.1
1 parent dd2ea4f commit 39a1c03

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
unreleased
22
----------
33

4+
v2.4.1
5+
------
6+
7+
Fix:
8+
- Fix threshold behavior to allow N requests instead of N-1.
9+
410
v2.4.0
511
------
612

lib/graph_attack/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 GraphAttack
4-
VERSION = '2.4.0'
4+
VERSION = '2.4.1'
55
end

0 commit comments

Comments
 (0)