From 8272b7bf443fff73ed70c177ea54e533955f12e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 21:30:08 +0000 Subject: [PATCH] chore(main): release 0.1.5 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/slack_notification/version.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d84950..510d2a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.5](https://github.com/cyber-francis/slack_notification/compare/v0.1.4...v0.1.5) (2024-01-02) + + +### Bug Fixes + +* requirements.txt ([727873d](https://github.com/cyber-francis/slack_notification/commit/727873d1c7cd37e1a1355b664dca2c390243fca5)) +* requirements.txt ([3153523](https://github.com/cyber-francis/slack_notification/commit/31535231b646fdf92dffa7595f490d171adb24e5)) + ## [0.1.4](https://github.com/cyber-francis/slack_notification/compare/v0.1.3...v0.1.4) (2024-01-02) diff --git a/pyproject.toml b/pyproject.toml index 03664b9..6f12c2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ files = ["requirements.txt"] [project] name = "slack_notification" -version = "0.1.4" +version = "0.1.5" authors = [ { name="Francis Obiagwu", email="cyber.francis@comcast.net" }, ] diff --git a/src/slack_notification/version.py b/src/slack_notification/version.py index a75a890..09bf56a 100644 --- a/src/slack_notification/version.py +++ b/src/slack_notification/version.py @@ -2,5 +2,5 @@ Expose version """ -__version__ = "0.1.4" +__version__ = "0.1.5" VERSION = __version__.split(".")