Skip to content

Commit

Permalink
PASSBOLT-2342 Release v1.6.3 update version
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricalfonsi committed Aug 21, 2017
1 parent 0b0b5fb commit 9547694
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

[1.6.3] - 2017-08-21
### Fixed
- PASSBOLT-2316: Merge the selenium & phpunit dummy data sets
- PASSBOLT-2317: Speed up dummy secret creation task
Expand Down Expand Up @@ -305,7 +307,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- AP: User with plugin installed
- LU: Logged in user

[Unreleased]: https://github.com/passbolt/passbolt_api/compare/v1.6.2...HEAD
[Unreleased]: https://github.com/passbolt/passbolt_api/compare/v1.6.3...HEAD
[1.6.3]: https://github.com/passbolt/passbolt_api/compare/v1.6.2...v1.6.3
[1.6.2]: https://github.com/passbolt/passbolt_api/compare/v1.6.1...v1.6.2
[1.6.1]: https://github.com/passbolt/passbolt_api/compare/v1.6.0...v1.6.1
[1.6.0]: https://github.com/passbolt/passbolt_api/compare/v1.5.1...v1.6.0
Expand Down
4 changes: 2 additions & 2 deletions app/Config/version.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
$config = [
'App.version' => [
'number' => '1.6.2',
'name' => 'Boom Boom'
'number' => '1.6.3',
'name' => 'Feeling Good'
],
];
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Passbolt",
"version": "1.6.2",
"version": "1.6.3",
"license": "AGPL-3.0",
"homepage": "https://www.passbolt.com",
"dependencies": {
Expand Down

0 comments on commit 9547694

Please sign in to comment.