From 6dc2b990b4d94dbbb145bff2e838b354979f3412 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 17:29:56 +0000 Subject: [PATCH] chore(main): release 1.4.0 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89f76ad..aa515c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.0](https://github.com/ProgrammingPhilippines/progphil-bot/compare/v1.3.1...v1.4.0) (2026-02-20) + + +### Features + +* bump setuptools from 70.3.0 to 78.1.1 ([#277](https://github.com/ProgrammingPhilippines/progphil-bot/issues/277)) and other various changes ([1a07e5d](https://github.com/ProgrammingPhilippines/progphil-bot/commit/1a07e5d75e9b8599c91131ad696f4ed4bebf5a16)) + ## [1.3.1](https://github.com/ProgrammingPhilippines/progphil-bot/compare/v1.3.0...v1.3.1) (2024-12-02) diff --git a/pyproject.toml b/pyproject.toml index b9c00c8..17596eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "progphilbot" -version = "1.3.1" +version = "1.4.0" description = "" authors = ["Jedddy "] readme = "README.md"