Skip to content

Commit

Permalink
Update changelog and config for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Rodgers committed Feb 18, 2019
1 parent 72f0a88 commit 799e7b3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.5.5] - 2019-02-18
### Fixed
- Fixed bug in Active Jobs that broke when cluster configs changed
- Fixed bug in File Explorer when `OOD_SHELL` was an empty string

## [1.5.4] - 2019-02-07
### Fixed
- Fixed bug in Active Jobs that broke Ganglia graphs
Expand Down Expand Up @@ -113,7 +118,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- From 1.3.7 - 1.4.2 updated app versions


[Unreleased]: https://github.com/OSC/ondemand/compare/v1.5.4...HEAD
[Unreleased]: https://github.com/OSC/ondemand/compare/v1.5.5...HEAD
[1.5.5]: https://github.com/OSC/ondemand/compare/v1.5.4...v1.5.5
[1.5.4]: https://github.com/OSC/ondemand/compare/v1.5.3...v1.5.4
[1.5.3]: https://github.com/OSC/ondemand/compare/v1.5.2...v1.5.3
[1.5.2]: https://github.com/OSC/ondemand/compare/v1.5.1...v1.5.2
Expand Down
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{
"name": "files",
"url": "https://github.com/OSC/ood-fileexplorer",
"tag": "v1.5.1",
"tag": "v1.5.2",
"app": true
},
{
Expand All @@ -26,7 +26,7 @@
{
"name": "activejobs",
"url": "https://github.com/OSC/ood-activejobs",
"tag": "v1.8.1",
"tag": "v1.8.3",
"app": true
},
{
Expand Down

0 comments on commit 799e7b3

Please sign in to comment.