File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
5
## [ Unreleased]
6
+
7
+ [ 1.6.3] - 2017-08-21
6
8
### Fixed
7
9
- PASSBOLT-2316: Merge the selenium & phpunit dummy data sets
8
10
- PASSBOLT-2317: Speed up dummy secret creation task
@@ -305,7 +307,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
305
307
- AP: User with plugin installed
306
308
- LU: Logged in user
307
309
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
309
312
[ 1.6.2 ] : https://github.com/passbolt/passbolt_api/compare/v1.6.1...v1.6.2
310
313
[ 1.6.1 ] : https://github.com/passbolt/passbolt_api/compare/v1.6.0...v1.6.1
311
314
[ 1.6.0 ] : https://github.com/passbolt/passbolt_api/compare/v1.5.1...v1.6.0
Original file line number Diff line number Diff line change 1
1
<?php
2
2
$ config = [
3
3
'App.version ' => [
4
- 'number ' => '1.6.2 ' ,
5
- 'name ' => 'Boom Boom '
4
+ 'number ' => '1.6.3 ' ,
5
+ 'name ' => 'Feeling Good '
6
6
],
7
7
];
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Passbolt" ,
3
- "version" : " 1.6.2 " ,
3
+ "version" : " 1.6.3 " ,
4
4
"license" : " AGPL-3.0" ,
5
5
"homepage" : " https://www.passbolt.com" ,
6
6
"dependencies" : {
You can’t perform that action at this time.
0 commit comments