From fdf89a4fc7b47b419b0512f1daa2b524a11a5ef4 Mon Sep 17 00:00:00 2001 From: PabloKowalczyk <11366345+PabloKowalczyk@users.noreply.github.com> Date: Wed, 12 Jan 2022 14:34:58 +0000 Subject: [PATCH] Release v3.2.1 (#402) --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 786fce1..2c379cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Unreleased +## [v3.2.1] - 2022-01-09 + +### Fixed + +- [#401] Fix version number + ## [v3.2.0] - 2022-01-09 ### Added @@ -345,6 +351,7 @@ In `v2` this will result in exception. - [#77] Fix high cpu usage +[#401]: https://github.com/lavary/crunz/pull/401 [#398]: https://github.com/lavary/crunz/pull/398 [#396]: https://github.com/lavary/crunz/pull/396 [#394]: https://github.com/lavary/crunz/pull/394 @@ -513,6 +520,7 @@ In `v2` this will result in exception. [v3.0.1]: https://github.com/lavary/crunz/compare/v3.0.0...v3.0.1 [v3.1.0]: https://github.com/lavary/crunz/compare/v3.0.1...v3.1.0 [v3.2.0]: https://github.com/lavary/crunz/compare/v3.1.0...v3.2.0 +[v3.2.1]: https://github.com/lavary/crunz/compare/v3.2.0...v3.2.1 [@andrewmy]: https://github.com/andrewmy [@arthurbarros]: https://github.com/arthurbarros [@bashgeek]: https://github.com/bashgeek diff --git a/README.md b/README.md index 90c6abd..97376b5 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Crunz is capable of executing any kind of executable command as well as PHP clos | Version | Supported PHP versions | |---------------------|---------------------------------------------------------------------------------------------------| | dev v3 (v3.3-dev) | ![7.4+](https://img.shields.io/badge/php-%3E=7.4-blue.svg?style=flat-square) | -| stable v3 (v3.2.0) | ![7.4+](https://img.shields.io/badge/php-%3E=7.4-blue.svg?style=flat-square) | +| stable v3 (v3.2.1) | ![7.4+](https://img.shields.io/badge/php-%3E=7.4-blue.svg?style=flat-square) | | stable v2 (v2.3.1) | ![7.2+](https://img.shields.io/badge/php-%3E=7.2-blue.svg?style=flat-square) | | stable v1 (v1.12.4) | ![5.6-7.0+](https://img.shields.io/badge/php-%5E5.6%20%7C%7C%20%5E7.0-blue.svg?style=flat-square) |