From 3532e9429ba5a7004623236a35fe969aa636a6be Mon Sep 17 00:00:00 2001 From: Anton Maminov Date: Sun, 22 Jan 2023 14:50:27 +0200 Subject: [PATCH] v1.3.8 --- CHANGELOG.md | 5 ++++- shard.yml | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9bef37b..02c13584 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [...] +## [1.3.8][] (2023-01-22) + - Do not merge request headers into the response in [#203](https://github.com/mamantoha/crest/pull/203). Fixes [#201](https://github.com/mamantoha/crest/pull/201) ## [1.3.7][] (2023-01-10) @@ -389,7 +391,8 @@ - First release :tada: -[...]: https://github.com/mamantoha/crest/compare/v1.3.7...HEAD +[...]: https://github.com/mamantoha/crest/compare/v1.3.8...HEAD +[1.3.8]: https://github.com/mamantoha/crest/compare/v1.3.7...v1.3.8 [1.3.7]: https://github.com/mamantoha/crest/compare/v1.3.6...v1.3.7 [1.3.6]: https://github.com/mamantoha/crest/compare/v1.3.5...v1.3.6 [1.3.5]: https://github.com/mamantoha/crest/compare/v1.3.4...v1.3.5 diff --git a/shard.yml b/shard.yml index 08f29e6d..be14dfd1 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: crest -version: 1.3.7 +version: 1.3.8 authors: - Anton Maminov @@ -7,7 +7,7 @@ authors: description: | HTTP and REST client for Crystal -crystal: ">= 0.36.0" +crystal: ">= 1.0.0" dependencies: http-client-digest_auth: