diff --git a/CHANGELOG.md b/CHANGELOG.md index d7a3283..667f4d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 7.4.0 - 2026-05-19 - Add `:fix_window_per_key` algorithm for ETS and Atomic backends — a fixed-window variant whose window is anchored to first hit per key instead of a globally-aligned wall-clock epoch. Same one-entry-per-key memory profile as `:fix_window`. The 2x boundary burst is still possible per key, but boundaries are no longer globally synchronized. (#181) diff --git a/mix.exs b/mix.exs index f77a85b..128ee47 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Hammer.MixProject do use Mix.Project @source_url "https://github.com/ExHammer/hammer" - @version "7.3.0" + @version "7.4.0" def project do [