From 2ba1131b74a602e3dd22477c5cbf10c4c2c4879a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 12 Nov 2024 02:16:09 +0000 Subject: [PATCH] chore(release): 1.4.0 [skip ci] # [1.4.0](https://github.com/officialpycasbin/redis-watcher/compare/v1.3.0...v1.4.0) (2024-11-12) ### Features * update path ([a0a0592](https://github.com/officialpycasbin/redis-watcher/commit/a0a0592eb96e88d40b19d1291932fcb2fd101522)) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63cf139..78fa788 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +# [1.4.0](https://github.com/officialpycasbin/redis-watcher/compare/v1.3.0...v1.4.0) (2024-11-12) + + +### Features + +* update path ([a0a0592](https://github.com/officialpycasbin/redis-watcher/commit/a0a0592eb96e88d40b19d1291932fcb2fd101522)) + # [1.3.0](https://github.com/officialpycasbin/redis-watcher/compare/v1.2.0...v1.3.0) (2024-03-29) diff --git a/pyproject.toml b/pyproject.toml index 9684b58..2913991 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "redis-watcher" -version = "1.3.0" +version = "1.4.0" authors = [ {name = "Casbin", email = "admin@casbin.org"}, ]