Skip to content
This repository was archived by the owner on Oct 21, 2019. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3c1f6e4

Browse files
authoredMay 25, 2018
Merge pull request #464 from trainline/PD-1082
Adding to change log
2 parents 51c417b + d032a0c commit 3c1f6e4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
 

‎CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
44
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55

6+
## [6.23.5] 2018-05-25
7+
8+
### Added
9+
10+
- Installationcheck dashboard now available under Operations > Service Status.
11+
612
## [6.23.4] 2018-05-18
713

814
### Fixed
@@ -534,4 +540,4 @@ Example:
534540
[6.3.0]: https://github.com/trainline/environment-manager/compare/6.2.0...6.3.0
535541
[6.2.0]: https://github.com/trainline/environment-manager/compare/v6.1.0...6.2.0
536542
[6.1.0]: https://github.com/trainline/environment-manager/compare/6.0.2...v6.1.0
537-
[6.0.2]: https://github.com/trainline/environment-manager/compare/6.0.1...6.0.2
543+
[6.0.2]: https://github.com/trainline/environment-manager/compare/6.0.1...6.0.2

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "environment-manager",
3-
"version": "6.23.0",
3+
"version": "6.23.5",
44
"description": "Build wrapper for Environment Manager server and client components",
55
"config": {
66
"git-tag-version": true

0 commit comments

Comments
 (0)
This repository has been archived.