Skip to content

Commit a112a2e

Browse files
authored
Bump version to 7.2.0 (#171)
- Update CHANGELOG.md with changes since 7.1.0 - Update version in mix.exs
1 parent 32ff719 commit a112a2e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## 7.2.0 - 2026-02-03
4+
5+
- Fix race condition in `TokenBucket` and `LeakyBucket` atomics backends by using compare-and-swap (CAS) with packed 64-bit values (#169)
6+
- Drop Elixir 1.14 support (#169)
7+
- Add Elixir 1.19 / OTP 28 support (#169)
8+
- Rename internal `:algorithm` option to `:algorithm_module` in Atomic backend for clarity (#170)
9+
310
## 7.1.0 - 2025-07-18
411

512
- Fix key type inconsistency in backend implementations - all backends now accept `term()` keys instead of `String.t()` (#143)

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Hammer.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/ExHammer/hammer"
5-
@version "7.1.0"
5+
@version "7.2.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)