Skip to content

Commit 91a28da

Browse files
committed
Bump version
1 parent b1bf06c commit 91a28da

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## [0.5.0] - 2024-02-11
2+
13
- Add `CachedThrottle` for caching the throttle blocks. This allows protection to the database when the throttle is in a blocked state.
24
- Add `Throttle#throttled` for silencing alerts
35
- **BREAKING CHANGE** Remove `Throttle::State#retry_after`, because there is no reasonable value for that member if the throttle is not in the "blocked" state

lib/pecorino/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Pecorino
4-
VERSION = "0.4.1"
4+
VERSION = "0.5.0"
55
end

0 commit comments

Comments
 (0)