Skip to content

Commit a2ce750

Browse files
authored
Set version to 1.10.1. (#1132)
1 parent 57d57a5 commit a2ce750

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
<!-- ## [Unreleased] -->
9+
10+
## [v1.10.1] - 2023-11-28
911
### Changed
1012
- Server errors are no longer serialized back to the client since this might leak sensitive
1113
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
460462
`HTTP.request` and friends ([#619]).
461463

462464

463-
[Unreleased]: https://github.com/JuliaWeb/HTTP.jl/compare/v1.10.0...HEAD
465+
[Unreleased]: https://github.com/JuliaWeb/HTTP.jl/compare/v1.10.1...HEAD
464466

465467

466468
<!-- Links generated by Changelog.jl -->
@@ -532,6 +534,7 @@ See changes for 0.9.15: this release is equivalent to 0.9.15 with [#752] reverte
532534
[v1.9.15]: https://github.com/JuliaWeb/HTTP.jl/releases/tag/v1.9.15
533535
[v1.9.16]: https://github.com/JuliaWeb/HTTP.jl/releases/tag/v1.9.16
534536
[v1.10.0]: https://github.com/JuliaWeb/HTTP.jl/releases/tag/v1.10.0
537+
[v1.10.1]: https://github.com/JuliaWeb/HTTP.jl/releases/tag/v1.10.1
535538
[#543]: https://github.com/JuliaWeb/HTTP.jl/issues/543
536539
[#546]: https://github.com/JuliaWeb/HTTP.jl/issues/546
537540
[#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
689692
[#1117]: https://github.com/JuliaWeb/HTTP.jl/issues/1117
690693
[#1119]: https://github.com/JuliaWeb/HTTP.jl/issues/1119
691694
[#1126]: https://github.com/JuliaWeb/HTTP.jl/issues/1126
695+
[#1127]: https://github.com/JuliaWeb/HTTP.jl/issues/1127

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "HTTP"
22
uuid = "cd3eb016-35fb-5094-929b-558a96fad6f3"
33
authors = ["Jacob Quinn", "contributors: https://github.com/JuliaWeb/HTTP.jl/graphs/contributors"]
4-
version = "1.10.0"
4+
version = "1.10.1"
55

66
[deps]
77
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"

0 commit comments

Comments
 (0)