diff --git a/CHANGELOG.md b/CHANGELOG.md index c0db970..27592a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,14 @@ and this project aims to adhere to [Semantic Versioning](http://semver.org/spec/ ## [Unreleased] ### Changed -- Remove constraint on sinatra < 3 to allow for newer rack and sinatra - usages (https://github.com/Betterment/webvalve/pull/65) (thanks @co-vladimir-ya) ### Added ### Removed +## [2.0.1] - 2024-05-21 +### Changed +- Remove constraint on sinatra < 3 to allow for newer rack and sinatra + usages (https://github.com/Betterment/webvalve/pull/65) (thanks @co-vladimir-ya) + ## [2.0.0] - 2023-07-20 ### Added - Dynamic URL support via wildcards, Regexps, and Addressable::Templates