Skip to content

Commit

Permalink
Update changelog and version for release v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricalfonsi committed Apr 20, 2018
1 parent cd9e745 commit c024873
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.0.3] - 2018-04-20
### Fixed
- PASSBOLT-2849: Fix issue ResourcesTable::_filterByPermissionType and MariaDB 5.5
- PASSBOLT-2848: Fix unsafe mode and ssl offloading

## [2.0.2] - 2018-04-16
### Improved
- GITHUB-242: Add Auto-Submitted header to the email notifications

### Fixed
- PASSBOLT-2849: Fix issue ResourcesTable::_filterByPermissionType and MariaDB 5.5
- PASSBOLT-2848: Fix unsafe mode and ssl offloading
- PASSBOLT-2806: Force database columns charset and collation
- PASSBOLT-2781: Increase length of resource uri field in model validation
- PASSBOLT-2696: Fix regression: placeholders in registration form are missing
Expand Down Expand Up @@ -444,7 +447,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- AP: User with plugin installed
- AD: Admin

[Unreleased]: https://github.com/passbolt/passbolt_api/compare/v2.0.2...HEAD
[Unreleased]: https://github.com/passbolt/passbolt_api/compare/v2.0.3...HEAD
[2.0.3]: https://github.com/passbolt/passbolt_api/compare/v2.0.3...v2.0.3
[2.0.2]: https://github.com/passbolt/passbolt_api/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/passbolt/passbolt_api/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/passbolt/passbolt_api/compare/v2.0.0-rc2...v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion config/version.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
return [
'passbolt' => [
'version' => '2.0.2',
'version' => '2.0.3',
'name' => 'Insomnia'
]
];
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "passbolt_api",
"version": "2.0.2",
"version": "2.0.3",
"description": "The backend application for the open source password manager for teams",
"repository": {
"url": "https://github.com/passbolt/passbolt_api"
Expand Down

0 comments on commit c024873

Please sign in to comment.