From 034bc8fc4d4bbe2ba2be9847f2ebe106569f9940 Mon Sep 17 00:00:00 2001 From: Norbert Orzechowicz Date: Thu, 26 Nov 2020 19:31:55 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index df928e4..b9f2d36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.3.0] - 2020-11-26 +### Added +- [#4](https://github.com/aeon-php/rate-limiter/pull/4) - **Added more details into RateLimitException #4** - [@norberttech](https://github.com/norberttech) + ## [0.2.0] - 2020-11-24 ### Added - [#3](https://github.com/aeon-php/rate-limiter/pull/3) - **Added reset in and initial capacity to the rate limiter API #3** - [@norberttech](https://github.com/norberttech)