From 1ce8d8f91e1438a36fad22309a6015efca7d656d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 15:29:17 +0000 Subject: [PATCH] chore(main): release 1.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ src/albert/__init__.py | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dc69be2f6..dd8fde779 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.8" + ".": "1.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ea4ee469..845ecf97f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.5.0](https://github.com/prasad-albert/albert-python/compare/v1.4.8...v1.5.0) (2025-08-18) + + +### Features + +* amazing feature ([c979ea5](https://github.com/prasad-albert/albert-python/commit/c979ea579e2ca3389433ebaf87a0d567540b8b1b)) +* **module:** another very big feature ([18e52df](https://github.com/prasad-albert/albert-python/commit/18e52dfa1715d768012bdcaeffa459c3bf5e4d9e)) + + +### Bug Fixes + +* small bug fix ([fddcd65](https://github.com/prasad-albert/albert-python/commit/fddcd650a39b93f9bc92c34f3dd8ed0255a4fa9e)) + ## [Unreleased] ## [1.2.0] - 2025-07-25 diff --git a/src/albert/__init__.py b/src/albert/__init__.py index 06c435533..650b2b502 100644 --- a/src/albert/__init__.py +++ b/src/albert/__init__.py @@ -4,4 +4,4 @@ __all__ = ["Albert", "AlbertClientCredentials", "AlbertSSOClient"] -__version__ = "1.4.8" +__version__ = "1.5.0"