diff --git a/CHANGELOG.md b/CHANGELOG.md index 07598784..b32569b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] + + +## [v1.10.1] - 2023-11-28 ### Changed - Server errors are no longer serialized back to the client since this might leak sensitive information through the error message. ([#1126]) @@ -460,7 +462,7 @@ See changes for 0.9.15: this release is equivalent to 0.9.15 with [#752] reverte `HTTP.request` and friends ([#619]). -[Unreleased]: https://github.com/JuliaWeb/HTTP.jl/compare/v1.10.0...HEAD +[Unreleased]: https://github.com/JuliaWeb/HTTP.jl/compare/v1.10.1...HEAD @@ -532,6 +534,7 @@ See changes for 0.9.15: this release is equivalent to 0.9.15 with [#752] reverte [v1.9.15]: https://github.com/JuliaWeb/HTTP.jl/releases/tag/v1.9.15 [v1.9.16]: https://github.com/JuliaWeb/HTTP.jl/releases/tag/v1.9.16 [v1.10.0]: https://github.com/JuliaWeb/HTTP.jl/releases/tag/v1.10.0 +[v1.10.1]: https://github.com/JuliaWeb/HTTP.jl/releases/tag/v1.10.1 [#543]: https://github.com/JuliaWeb/HTTP.jl/issues/543 [#546]: https://github.com/JuliaWeb/HTTP.jl/issues/546 [#547]: https://github.com/JuliaWeb/HTTP.jl/issues/547 @@ -689,3 +692,4 @@ See changes for 0.9.15: this release is equivalent to 0.9.15 with [#752] reverte [#1117]: https://github.com/JuliaWeb/HTTP.jl/issues/1117 [#1119]: https://github.com/JuliaWeb/HTTP.jl/issues/1119 [#1126]: https://github.com/JuliaWeb/HTTP.jl/issues/1126 +[#1127]: https://github.com/JuliaWeb/HTTP.jl/issues/1127 diff --git a/Project.toml b/Project.toml index 565193ac..3a36ba6f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "HTTP" uuid = "cd3eb016-35fb-5094-929b-558a96fad6f3" authors = ["Jacob Quinn", "contributors: https://github.com/JuliaWeb/HTTP.jl/graphs/contributors"] -version = "1.10.0" +version = "1.10.1" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"