From 67bcb837e908f3affa951ea4fd7594754321a383 Mon Sep 17 00:00:00 2001 From: Waldirio M Pinheiro Date: Fri, 9 Feb 2024 18:24:54 -0800 Subject: [PATCH] new version and changelog --- conf/conf.py | 2 +- docs/changelog.rst | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/conf/conf.py b/conf/conf.py index b463d71..a1b4ed9 100644 --- a/conf/conf.py +++ b/conf/conf.py @@ -10,7 +10,7 @@ # Current Version -CURRENT_VERSION = "1.14.14" +CURRENT_VERSION = "1.15.15" # Some file references diff --git a/docs/changelog.rst b/docs/changelog.rst index c9c3d7a..6faef81 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,20 @@ Changelog --------- +**v1.15.15 - 02/09/2024** + +[FIX] items per page normalized across the items - [`issue 217`_] +[ENHANCEMENT] Fixed patch api to use v3, instead of v1 - [`issue 222`_] +[ENHANCEMENT] automated way to create the binary - [`issue 221`_] +[ENHANCEMENT] Updated the data in a way that the count will be possible - [`issue 215`_] +[FIX] requirement updated - [`issue 213`_] + +.. _issue 217: https://github.com/C-RH-C/crhc-cli/issues/217 +.. _issue 222: https://github.com/C-RH-C/crhc-cli/issues/222 +.. _issue 221: https://github.com/C-RH-C/crhc-cli/issues/221 +.. _issue 215: https://github.com/C-RH-C/crhc-cli/issues/215 +.. _issue 213: https://github.com/C-RH-C/crhc-cli/issues/213 + **v1.14.14 - 01/21/2024**