Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Stezido committed Aug 11, 2022
1 parent f9789dc commit c5cd9e7
Showing 1 changed file with 17 additions and 31 deletions.
48 changes: 17 additions & 31 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,32 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

<!-- ## Unreleased -->

<!-- ### Added -->

<!-- ### Changed -->

<!-- ### Deprecated -->

<!-- ### Removed -->

<!-- ### Fixed -->

## [2.1.0] - 2022-08-11

### Added

- Add a warning in the workflowitem dialog for overwriting permissions [#1189](https://github.com/openkfw/TruBudget/issues/1189)
- Add Budgets in Table-View [#1226](https://github.com/openkfw/TruBudget/issues/1226)
- Add Button to view additional data object in Table-View [#1203](https://github.com/openkfw/TruBudget/issues/1203)
- Docker-compose files including a better structure for more transparent configuration [#1046](https://github.com/openkfw/TruBudget/issues/1046)
- Add wallet import endpoint to api [#1061](https://github.com/openkfw/TruBudget/pull/1234)
- Add wallet import endpoint to api [#1234](https://github.com/openkfw/TruBudget/pull/1234)
- Add migration script (1.x.x -> 2.x.x) to repository [#1061](https://github.com/openkfw/TruBudget/issues/1061)

<!-- ### Changed -->
### Fixed

- Fixed a bug where the confirmation dialog remains frozen in case of error [#1105](https://github.com/openkfw/TruBudget/issues/1105)
- Fixed translation in Table-View [#1227](https://github.com/openkfw/TruBudget/issues/1227)

<!-- ### Deprecated -->

<!-- ### Removed -->

## [2.0.1] - 2022-06-24

### Changed
Expand All @@ -32,8 +41,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [2.0.0] - 2022-06-08

<!-- ### Added -->

### Changed

- Replaced the master branch name and image tag with main [#1098](https://github.com/openkfw/TruBudget/pull/1098)
Expand All @@ -56,8 +63,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- project.list and subproject.list do not contain the `log` property anymore (use history endpoint instead) [#1132](https://github.com/openkfw/TruBudget/issues/1132)
- Storing offchain documents using the multichain feature is removed, storage-service must be used instead [#1042](https://github.com/openkfw/TruBudget/issues/1042)

<!-- ### Fixed -->

## [1.30.0] - 2022-06-08

### Added
Expand All @@ -72,10 +77,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- API readiness improvement: API waits for all connected services to be
up [#1173](https://github.com/openkfw/TruBudget/pull/1173)

<!-- ### Deprecated -->

<!-- ### Removed -->

### Fixed

- Fixed date picker for setting dates in another timezone [#1082](https://github.com/openkfw/TruBudget/issues/1082)
Expand All @@ -86,32 +87,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [2.0.0] -

<!-- ### Added -->

<!-- ### Changed -->

<!-- ### Deprecated -->

### Removed

- Removed the option to upload documents to the MultiChain offchain storage [#1042](https://github.com/openkfw/TruBudget/issues/1042)

<!-- ### Fixed -->

## [2.0.0] -

<!-- ### Added -->

<!-- ### Changed -->

<!-- ### Deprecated -->

### Removed

- Removed the option to upload documents to the MultiChain offchain storage [#1042](https://github.com/openkfw/TruBudget/issues/1042)

<!-- ### Fixed -->

## [1.29.0] - 2022-03-02

### Added
Expand Down Expand Up @@ -901,7 +886,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Updated translation keys and language-specific formatting.
- Fixed bug where the subproject permissions dialog would break the details view of another project.

[unreleased]: https://github.com/openkfw/TruBudget/compare/v2.0.1...main
[unreleased]: https://github.com/openkfw/TruBudget/compare/v2.1.0...main
[2.1.0]: https://github.com/openkfw/TruBudget/compare/v2.0.1...v2.1.0
[2.0.1]: https://github.com/openkfw/TruBudget/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/openkfw/TruBudget/compare/v1.30.0...v2.0.0
[1.30.0]: https://github.com/openkfw/TruBudget/compare/v1.29.0...v1.30.0
Expand Down

0 comments on commit c5cd9e7

Please sign in to comment.