From 6bf35f3a8d16054793b8716796c8971eff2d863e Mon Sep 17 00:00:00 2001 From: faissaloux Date: Fri, 12 Jul 2024 13:32:43 +0100 Subject: [PATCH] release:1.1.0 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ebd2d1..eefa6a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ -## [Unreleased](https://github.com/faissaloux/pest-plugin-math/compare/v1.0.0...main) +## [Unreleased](https://github.com/faissaloux/pest-plugin-math/compare/v1.1.0...main) + +## [v1.1.0](https://github.com/faissaloux/termspark/compare/v1.0.0...v1.1.0) - 2024-07-12 +### Added +* `toBeFactorialOf()` [@faissaloux](https://github.com/faissaloux) in [#17](https://github.com/faissaloux/pest-plugin-math/pull/17) +* `toBeSqrtOf()` [@faissaloux](https://github.com/faissaloux) in [#15](https://github.com/faissaloux/pest-plugin-math/pull/15) ## v1.0.0 - 2024-07-07 ### Added