Skip to content

Commit 9547694

Browse files
committed
PASSBOLT-2342 Release v1.6.3 update version
1 parent 0b0b5fb commit 9547694

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

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

308-
[Unreleased]: https://github.com/passbolt/passbolt_api/compare/v1.6.2...HEAD
310+
[Unreleased]: https://github.com/passbolt/passbolt_api/compare/v1.6.3...HEAD
311+
[1.6.3]: https://github.com/passbolt/passbolt_api/compare/v1.6.2...v1.6.3
309312
[1.6.2]: https://github.com/passbolt/passbolt_api/compare/v1.6.1...v1.6.2
310313
[1.6.1]: https://github.com/passbolt/passbolt_api/compare/v1.6.0...v1.6.1
311314
[1.6.0]: https://github.com/passbolt/passbolt_api/compare/v1.5.1...v1.6.0

app/Config/version.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
$config = [
33
'App.version' => [
4-
'number' => '1.6.2',
5-
'name' => 'Boom Boom'
4+
'number' => '1.6.3',
5+
'name' => 'Feeling Good'
66
],
77
];

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Passbolt",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"license": "AGPL-3.0",
55
"homepage": "https://www.passbolt.com",
66
"dependencies": {

0 commit comments

Comments
 (0)