Skip to content

Commit

Permalink
Merge tag 'v1.6.1' into develop
Browse files Browse the repository at this point in the history
- PASSBOLT-2158: corrected management of fullbaseurl throug url env variable.
- PASSBOLT-2164: corrected typo on email_transport env variable. [#24](#24)
- PASSBOLT-2166: http to https redirection fixed. [#19](#19)
- PASSBOLT-2167: healthcheck does not work on container. [#26](#26)

- PASSBOLT-2165: Added TLS support through email_tls env variable. [#25](#25)
  • Loading branch information
dlen committed Jun 29, 2017
2 parents 3b3223e + 85bd8a0 commit 75cb805
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [Unreleased](https://github.com/passbolt/passbolt_api/compare/v1.6.1...HEAD)

## [1.6.1](https://github.com/passbolt/passbolt_api/compare/v1.6.0...v1.6.1) - 2017-06-29
### Fixed
- PASSBOLT-2158: corrected management of fullbaseurl throug url env variable.
- PASSBOLT-2164: corrected typo on email_transport env variable. #24
- PASSBOLT-2166: http to https redirection fixed. #19
- PASSBOLT-2167: healthcheck does not work on container. #26
- PASSBOLT-2164: corrected typo on email_transport env variable. [#24](https://github.com/passbolt/passbolt_docker/issues/24)
- PASSBOLT-2166: http to https redirection fixed. [#19](https://github.com/passbolt/passbolt_docker/issues/19)
- PASSBOLT-2167: healthcheck does not work on container. [#26](https://github.com/passbolt/passbolt_docker/issues/26)

### Added

- PASSBOLT-2165: Added TLS support through email_tls env variable. #25
- PASSBOLT-2165: Added TLS support through email_tls env variable. [#25](https://github.com/passbolt/passbolt_docker/issues/25)

## [1.6.0] - 2017-06-23
## [1.6.0](https://github.com/passbolt/passbolt_api/compare/v1.5.1...v1.6.0) - 2017-06-23
### Added
- Added email set up support though environment variables
- Added cronjob to send queued emails
Expand Down

0 comments on commit 75cb805

Please sign in to comment.