Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Kisler <admin@dkisler.com>
  • Loading branch information
kislerdm committed Sep 28, 2024
1 parent 1b8ccab commit 2ace220
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.6.0] - 2024-09-28

The release incorporates the up-to-date [API contract](openAPIDefinition.json) as of 2024-09-28 21:53:00 GMT.

### Added

- Added the method `TransferProjectsFromUserToOrg` to migrate personal projects to organisation.
- Added the payment method attribute to the struct `BillingAccount`.
- Added `Business` subscription type's value.
- Added the attribute `CreatedBy` to the struct `Branch` to indicate who created the branch.

### Changed

- **[BREAKING]** Change the signatures of the methods:
- `ListProjectBranches`;
- `CreateProjectBranch`;
- `GetProjectBranch`;
- `GetProjectBranchSchema`.

## [v0.5.0] - 2024-06-24

The release incorporates the up-to-date [API contract](openAPIDefinition.json) as of 2024-06-24 22:03:00 GMT.
Expand Down

0 comments on commit 2ace220

Please sign in to comment.