diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b10334..be64dbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v0.14.1](https://github.com/2manymws/rc/compare/v0.14.0...v0.14.1) - 2026-03-01 +### Fix bug 🐛 +- fix(rfc9111): implement must-understand and no-store interaction per RFC 9111 Section 5.2.2.3 by @k1LoW in https://github.com/2manymws/rc/pull/98 +### Other Changes +- chore(deps): bump the dependencies group with 2 updates by @dependabot[bot] in https://github.com/2manymws/rc/pull/99 +- chore(deps): bump the dependencies group with 3 updates by @dependabot[bot] in https://github.com/2manymws/rc/pull/100 +- chore(deps): bump the dependencies group with 3 updates by @dependabot[bot] in https://github.com/2manymws/rc/pull/101 +- chore(deps): bump the dependencies group with 2 updates by @dependabot[bot] in https://github.com/2manymws/rc/pull/102 + ## [v0.14.0](https://github.com/2manymws/rc/compare/v0.13.0...v0.14.0) - 2025-11-10 ### Breaking Changes 🛠 - fix(rfc9111): correct status code understanding logic per RFC 9111 Section 3 by @k1LoW in https://github.com/2manymws/rc/pull/94 diff --git a/CREDITS b/CREDITS index 54554b5..ab8e8e1 100644 --- a/CREDITS +++ b/CREDITS @@ -32,7 +32,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================ RFC 9111 -https://httpwg.org/specs/rfc9111.html +https://www.rfc-editor.org/info/rfc9111 https://trustee.ietf.org/documents/trust-legal-provisions/tlp-5/ ---------------------------------------------------------------- Copyright (c) 2022 IETF Trust and the persons identified as authors of the code. All rights reserved.