From d126ae6ca82c6b9dcf9bb5160192db455fa1c71a Mon Sep 17 00:00:00 2001 From: Yuriy Movchan Date: Mon, 17 Apr 2023 13:55:12 +0300 Subject: [PATCH] Version 4.5.1-SNAPSHOT --- .github/workflows/branchmerger.yml | 4 ++-- CHANGELOG.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/branchmerger.yml b/.github/workflows/branchmerger.yml index 26343b4d..ed1550e6 100644 --- a/.github/workflows/branchmerger.yml +++ b/.github/workflows/branchmerger.yml @@ -8,10 +8,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - - name: Merge master -> version_4.5.0 + - name: Merge master -> version_4.5.1 uses: devmasx/merge-branch@v1.3.0 with: type: now head_to_merge: ${{ github.ref }} - target_branch: version_4.5.0 + target_branch: version_4.5.1 github_token: ${{ github.token }} diff --git a/CHANGELOG.md b/CHANGELOG.md index e6b5b45c..e120bca0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -155,7 +155,7 @@ required at oxTrust. * **session:** ensure cookies settings are correct ([7c24b83](https://github.com/GluuFederation/gluu-passport/commit/7c24b835c0580aa3a09c16486edb9045d88eca36)) * package.json & package-lock.json to reduce vulnerabilities ([218b7ce](https://github.com/GluuFederation/gluu-passport/commit/218b7cef7f8b2cf465d0b059246fabc3da4458e4)) -## [4.5.0](https://github.com/GluuFederation/gluu-passport/compare/v4.4.0...v4.5.0) (2021-03-30) +## [4.5.1](https://github.com/GluuFederation/gluu-passport/compare/v4.4.0...v4.5.1) (2021-03-30) ### Features