Skip to content

Commit

Permalink
Version 4.5.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Apr 17, 2023
1 parent d6dfa89 commit d126ae6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/branchmerger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d126ae6

Please sign in to comment.