From 7c61a630c3d456b00a5610960ae3a9bd29987469 Mon Sep 17 00:00:00 2001 From: Nicolas Ruflin Date: Fri, 21 Apr 2023 11:04:46 +0200 Subject: [PATCH] Fix 7.3.1 Changelog title (#2157) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ccd971d0..a4216e5f7 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security -## [Unreleased](https://github.com/ruflin/Elastica/compare/7.3.0...7.3.1) +## [7.3.1](https://github.com/ruflin/Elastica/compare/7.3.0...7.3.1) ### Added * Added missing `@throws` annotations to Client::request and related methods [#2153](https://github.com/ruflin/Elastica/pull/2153)