From aa5f682d96c49abd66e7733d9454afc7dc0bfc9d Mon Sep 17 00:00:00 2001 From: ajohns Date: Tue, 2 Aug 2022 21:20:43 +1000 Subject: [PATCH] version, changelog update Signed-off-by: ajohns --- CHANGELOG.md | 11 +++++++++++ src/rez/utils/_version.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f2909321..8be1c52ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 2.111.3 (2022-08-02) +[Source](https://github.com/AcademySoftwareFoundation/rez/tree/2.111.3) | [Diff](https://github.com/AcademySoftwareFoundation/rez/compare/2.111.2...2.111.3) + +**Merged pull requests:** + +- allow benchmarking workflow to write to master [\#1352](https://github.com/AcademySoftwareFoundation/rez/pull/1352) ([nerdvegas](https://github.com/nerdvegas)) + +**Closed issues:** + +- benchmarking CI fails to push changes, does not error [\#1328](https://github.com/AcademySoftwareFoundation/rez/issues/1328) + ## 2.111.2 (2022-06-22) [Source](https://github.com/AcademySoftwareFoundation/rez/tree/2.111.2) | [Diff](https://github.com/AcademySoftwareFoundation/rez/compare/2.111.1...2.111.2) diff --git a/src/rez/utils/_version.py b/src/rez/utils/_version.py index 809767a88..5268139b8 100644 --- a/src/rez/utils/_version.py +++ b/src/rez/utils/_version.py @@ -3,4 +3,4 @@ # Update this value to version up Rez. Do not place anything else in this file. -_rez_version = "2.111.2" +_rez_version = "2.111.3"