diff --git a/docs/changelog.md b/docs/changelog.md index b1394b7..2e6d3ba 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,7 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. -## [2.1.11] - 2024-12-05 +## [2.1.13] - 2024-12-16 + +## Fixed +- fix require consent param name, should be `requireConsent` instead of require_consent (#89) + +## [2.1.12] - 2024-12-05 ## Fixed - fixed pagination in `list_files` (#88) @@ -316,6 +321,7 @@ and this project adheres to [Semantic Versioning]. [Keep a Changelog]: https://keepachangelog.com/en/1.0.0/ [Semantic Versioning]: https://semver.org/spec/v2.0.0.html +[2.1.13]: https://github.com/emdgroup/foundry-dev-tools/compare/v2.1.12...v2.1.13 [2.1.12]: https://github.com/emdgroup/foundry-dev-tools/compare/v2.1.11...v2.1.12 [2.1.11]: https://github.com/emdgroup/foundry-dev-tools/compare/v2.1.10...v2.1.11 [2.1.10]: https://github.com/emdgroup/foundry-dev-tools/compare/v2.1.9...v2.1.10