From 0d0c416dd12116fc31d971ab1560f55b6da2c66c Mon Sep 17 00:00:00 2001 From: Mark Sagi-Kazar Date: Sat, 31 Jul 2021 00:24:02 +0200 Subject: [PATCH] prepare release Signed-off-by: Mark Sagi-Kazar --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84024b1..1e6ae7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] + +## [0.7.4] - 2021-07-31 + +### Fixed + - Fix TypeError when exceptions with string error codes are thrown + ## [0.7.3] - 2021-06-29 ### Added @@ -159,7 +165,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Initial release -[Unreleased]: https://github.com/twirphp/twirp/compare/v0.7.3...HEAD +[Unreleased]: https://github.com/twirphp/twirp/compare/v0.7.4...HEAD +[0.7.4]: https://github.com/twirphp/twirp/compare/v0.7.3...v0.7.4 [0.7.2]: https://github.com/twirphp/twirp/compare/v0.7.2...v0.7.3 [0.7.2]: https://github.com/twirphp/twirp/compare/v0.7.1...v0.7.2 [0.7.1]: https://github.com/twirphp/twirp/compare/v0.7.0...v0.7.1