From 5221b22930d9d529db0fed876cb803817c8e5c38 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 16:51:56 +0000 Subject: [PATCH] chore(main): release 1.5.0 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa515c1..01ba2a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.0](https://github.com/ProgrammingPhilippines/progphil-bot/compare/v1.4.0...v1.5.0) (2026-05-01) + + +### Features + +* [FIX] Extra whitespace between the title and content of an announcement ([#282](https://github.com/ProgrammingPhilippines/progphil-bot/issues/282)) ([e4a6d7f](https://github.com/ProgrammingPhilippines/progphil-bot/commit/e4a6d7f15d6808d5634ac59f12e5cce216640809)) + ## [1.4.0](https://github.com/ProgrammingPhilippines/progphil-bot/compare/v1.3.1...v1.4.0) (2026-02-20) diff --git a/pyproject.toml b/pyproject.toml index 17596eb..c87ce25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "progphilbot" -version = "1.4.0" +version = "1.5.0" description = "" authors = ["Jedddy "] readme = "README.md"