Skip to content

Commit

Permalink
Merge pull request #84 from stellar/release/2.0.0-rc1
Browse files Browse the repository at this point in the history
Release 2.0.0-rc1
  • Loading branch information
marwen-abid authored Mar 29, 2024
2 parents 3ddd34e + f3de9f0 commit a6dcbb4
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 2 deletions.
14 changes: 13 additions & 1 deletion .github/ISSUE_TEMPLATE/release_a_new_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ labels: release
branch is working end-to-end. At least the minimal end-to-end manual tests
is mandatory.
- [ ] 🚨 DO NOT RELEASE before holidays or weekends! Mondays and Tuesdays are
preferred.
preferred. This doesn't apply if you're releasing a release-candidate
(pre-release).

### Merging the Branches

Expand All @@ -40,6 +41,7 @@ labels: release
- [ ] When the team is confident the release is stable, you'll need to create
two pull requests:
- [ ] `release/x.y.z -> main`: This PR should be merged with a merge commit.
Skip this step if releasing a release-candidate (pre-release).
- [ ] `release/x.y.z -> develop`: this should be merged after the `main`
branch is merged. This PR should be merged with a merge commit.

Expand All @@ -51,6 +53,16 @@ labels: release
- [ ] The release should automatically publish a new version of the docker
image to Docker Hub. Double check if that happened.

### Publishing a Pre-Release

- [ ] After the pre-release branch is merged to `develop`, create a new release
on GitHub with the name `x.y.z` and the use the same changes from the
[CHANGELOG.md] file.
- [ ] Make sure to mark the release as a pre-release.
- [ ] The pre-release should automatically publish a new version of the docker
image to Docker Hub. Double check if that happened.
- [ ] The pre-release should not update the `latest` tag on Docker Hub.

[package.json]:
https://github.com/stellar/stellar-disbursement-platform-frontend/blob/develop/package.json
[CHANGELOG.md]:
Expand Down
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,33 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

> Place unreleased changes here.
## [2.0.0.rc1](https://github.com/stellar/stellar-disbursement-platform-frontend/releases/tag/2.0.0-rc1)

### Added

First Release Candidate of the Stellar Disbursement Platform v2.0.0. This
release introduces multi-tenancy support, allowing multiple tenants
(organizations) to use the platform simultaneously.

Each organization has its own set of users, receivers, disbursements, etc.

> [!Warning] This version is only compatible with the
> [stellar/stellar-disbursement-platform-backend] version 2.x.x.
### Added

- Make the dashboard tenant aware
[#44](https://github.com/stellar/stellar-disbursement-platform-frontend/pull/44)
- Add Organization (Tenant Name) selection text box to Login, Reset Password and
Forgot Password pages
[#50](https://github.com/stellar/stellar-disbursement-platform-frontend/pull/50)
- Derive Organization (Tenant Name) from the hostname prefix when possible
[#56](https://github.com/stellar/stellar-disbursement-platform-frontend/pull/56)
- Add Future Balance label in the Disbursement Details page.
[#76](https://github.com/stellar/stellar-disbursement-platform-frontend/pull/76)
- Ability for users to add/update verification info for receivers.
[#78](https://github.com/stellar/stellar-disbursement-platform-frontend/pull/78)

## [1.1.1](https://github.com/stellar/stellar-disbursement-platform-backend/compare/1.1.0...1.1.1)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stellar-disbursement-platform-frontend",
"version": "1.1.1",
"version": "2.0.0-rc1",
"license": "Apache-2.0",
"engines": {
"node": ">=18.x"
Expand Down

0 comments on commit a6dcbb4

Please sign in to comment.