From 52948e79b700ca6e9d6efdec76f88e5edc758f56 Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Sun, 26 Sep 2021 15:26:34 +0200 Subject: [PATCH] Set version to 0.9.15. --- CHANGELOG.md | 5 ++++- Project.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 260d2972e..c9421b0d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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] + +## [0.9.15] - 2021-09-27 ### Changed - HTTP.jl no longer calls `close` on streams given with the `response_stream` keyword argument to `HTTP.request` and friends. If it is required to close the stream @@ -140,7 +142,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 `HTTP.request` and friends ([#619]). -[Unreleased]: https://github.com/JuliaWeb/HTTP.jl/compare/v0.9.14...HEAD +[Unreleased]: https://github.com/JuliaWeb/HTTP.jl/compare/v0.9.15...HEAD +[0.9.15]: https://github.com/JuliaWeb/HTTP.jl/compare/v0.9.14...v0.9.15 [0.9.14]: https://github.com/JuliaWeb/HTTP.jl/compare/v0.9.13...v0.9.14 [0.9.13]: https://github.com/JuliaWeb/HTTP.jl/compare/v0.9.12...v0.9.13 [0.9.12]: https://github.com/JuliaWeb/HTTP.jl/compare/v0.9.11...v0.9.12 diff --git a/Project.toml b/Project.toml index e987eb6d9..d2f2b6d3f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "HTTP" uuid = "cd3eb016-35fb-5094-929b-558a96fad6f3" authors = ["Jacob Quinn", "Sam O'Connor", "contributors: https://github.com/JuliaWeb/HTTP.jl/graphs/contributors"] -version = "0.9.14" +version = "0.9.15" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"