Skip to content

Commit

Permalink
Bump to version 1.14.0
Browse files Browse the repository at this point in the history
Update CHANGELOG.md
  • Loading branch information
Stezido committed Oct 7, 2020
1 parent f155aba commit d0d01ce
Show file tree
Hide file tree
Showing 13 changed files with 41 additions and 51 deletions.
38 changes: 14 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,28 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

<!-- ## Unreleased -->

### Added

- Security FAQ [#542](https://github.com/openkfw/TruBudget/pull/542)
<!-- ### Added -->

<!-- ### Changed -->

<!-- ### Deprecated -->

<!-- ### Removed -->

<!-- ### Fixed -->

<!-- ### Security -->

## [1.14.0] - 2020-10-07

### Added

- Security FAQ [#542](https://github.com/openkfw/TruBudget/pull/542)

### Fixed

- Fixed a bug where the email field dissappears in the user profile [#551](https://github.com/openkfw/TruBudget/issues/551)
- Fixed a bug where opening a history sometimes resulted in an error [#549](https://github.com/openkfw/TruBudget/issues/549)

<!-- ### Security -->
- Fixed a bug where opening the user profile resulted in an error [#549](https://github.com/openkfw/TruBudget/issues/549)

# [1.13.0] - 2020-09-16

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

- Fixed the global permission list to set permissions to disable or enable users [#537](https://github.com/openkfw/TruBudget/pull/537)


# [1.12.0] - 2020-08-10

### Added
Expand Down Expand Up @@ -96,31 +101,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Email notification service [#419](https://github.com/openkfw/TruBudget/issues/419)

<!-- ### Changed -->

<!-- ### Deprecated -->

<!-- ### Removed -->

### Fixed

- Implement group permissions correctly [#440](https://github.com/openkfw/TruBudget/issues/440)
- Fix permissions for viewing summary [#440](https://github.com/openkfw/TruBudget/issues/440)

<!-- ### Changed -->

<!-- ### Security -->

# [1.7.0] - 2019-02-10

### Added

- Support georgian language [#427](https://github.com/openkfw/TruBudget/issues/427)

<!-- ### Deprecated -->

<!-- ### Removed -->

### Fixed

- Remember language after logout [#420](https://github.com/openkfw/TruBudget/issues/420)
Expand All @@ -130,8 +121,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Format currencies and numbers according to the selected language or locale [#135](https://github.com/openkfw/TruBudget/issues/135)
- History and notification timestamps only display year/month/day [#426](https://github.com/openkfw/TruBudget/issues/426)

<!-- ### Security -->

## [1.6.0] - 2019-01-07

### Added
Expand Down Expand Up @@ -505,7 +494,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/v1.13.0...master
[unreleased]: https://github.com/openkfw/TruBudget/compare/v1.14.0...master
[1.14.0]: https://github.com/openkfw/TruBudget/compare/v1.13.0...v1.14.0
[1.13.0]: https://github.com/openkfw/TruBudget/compare/v1.12.0...v1.13.0
[1.12.0]: https://github.com/openkfw/TruBudget/compare/v1.11.0...v1.12.0
[1.11.0]: https://github.com/openkfw/TruBudget/compare/v1.10.0...v1.11.0
Expand Down
32 changes: 16 additions & 16 deletions api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trubudget-api",
"version": "1.13.0",
"version": "1.14.0",
"private": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion blockchain/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion blockchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trubudget-blockchain",
"version": "1.13.0",
"version": "1.14.0",
"private": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion email-notification/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion email-notification/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "email-notification",
"description": "Sends notification-emails to provided SMTP server to identities saved in a database of choice.",
"version": "1.13.0",
"version": "1.14.0",
"private": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion excel-export/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion excel-export/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "excel-export",
"version": "1.13.0",
"version": "1.14.0",
"private": true,
"description": "Export TruBudget data to Excel",
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trubudget-frontend",
"version": "1.13.0",
"version": "1.14.0",
"private": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion provisioning/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion provisioning/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trubudget-provisioning",
"version": "1.13.0",
"version": "1.14.0",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit d0d01ce

Please sign in to comment.