Skip to content

Commit fbde917

Browse files
committed
PASSBOLT-2308 Update changelog and versions info
1 parent f3c60a4 commit fbde917

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

CHANGELOG.md

+11-7
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [Unreleased]
6-
- PASSBOLT-2270: Fix modified_by not set on resource edit regression
7-
- PASSBOLT-2271: Fix no wrap issue on resource description
5+
## [1.6.2] - 2017-08-12
6+
### Added
87
- PASSBOLT-2284: As an administrator I can set which notifications are enabled for my organization #98
98
- PASSBOLT-2284: As an administrator I can prevent encrypted secret or username to be sent in email notification #114
9+
10+
### Fixed
11+
- PASSBOLT-2301: Remove additional slashes in passbolt.js urls such as model/users::find #142
12+
- PASSBOLT-2270: Fix modified_by not set on resource edit regression
13+
- PASSBOLT-2271: Fix no wrap issue on resource description
1014
- PASSBOLT-1943: As an administrator I should not be able to install passbolt on a hostname that is not RFC3986 compliant
1115
- PASSBOLT-1937: As an administrator I should not be be able to install passbolt with a server key without an email id
1216
- PASSBOLT-2002: Refactor install script to reuse healthcheck library
13-
- PASSBOLT-2301: Remove additional slashes in passbolt.js urls such as model/users::find #142
1417

1518
## [1.6.1] - 2017-07-26
1619
### Added
@@ -89,7 +92,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
8992
- PASSBOLT-1881: Add support for groups in the permission system
9093
- PASSBOLT-1952: Add support for groups in the fixtures
9194
- PASSBOLT-1928: Deploy styleguide with groups support
92-
95+
9396
### Fixed
9497
- PASSBOLT-1614: Abstract user/password grid functions into the mad framework grid library
9598
- PASSBOLT-1571: API query string filters: better naming conventions and implementation
@@ -295,7 +298,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
295298
- AP: User with plugin installed
296299
- LU: Logged in user
297300

298-
[Unreleased]: https://github.com/passbolt/passbolt_api/compare/v1.6.1...HEAD
301+
[Unreleased]: https://github.com/passbolt/passbolt_api/compare/v1.6.2...HEAD
302+
[1.6.2]: https://github.com/passbolt/passbolt_api/compare/v1.6.1...v1.6.2
299303
[1.6.1]: https://github.com/passbolt/passbolt_api/compare/v1.6.0...v1.6.1
300304
[1.6.0]: https://github.com/passbolt/passbolt_api/compare/v1.5.1...v1.6.0
301305
[1.5.1]: https://github.com/passbolt/passbolt_api/compare/v1.5.0...v1.5.1
@@ -317,4 +321,4 @@ This project adheres to [Semantic Versioning](http://semver.org/).
317321
[1.0.8]: https://github.com/passbolt/passbolt_api/compare/v1.0.7...v1.0.8
318322
[1.0.7]: https://github.com/passbolt/passbolt_api/compare/v1.0.6...v1.0.7
319323
[1.0.6]: https://github.com/passbolt/passbolt_api/compare/v1.0.5...v1.0.6
320-
[1.0.5]: https://github.com/passbolt/passbolt_api/compare/6a92766...v1.0.5
324+
[1.0.5]: https://github.com/passbolt/passbolt_api/compare/6a92766...v1.0.5

app/Config/version.php

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

package.json

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

0 commit comments

Comments
 (0)