Skip to content

Commit

Permalink
Update CHANGELOG to include 2.0.5 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaferrera committed Jun 7, 2019
1 parent cb0e07b commit 0229460
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [2.0.5] - 2019-06-07

### Added

- Provide console output if stoQ configuration file does not exist (Thanks for feedback @jakubgs!)
- Add command line option `--config-file` to define stoQ configuration file
- Add command line option `--log-level` to allow for setting of the log level
- Documentation for simplied method of defining plugin options within `__init__`

### Changed

- Raise exception if installing a plugin that is already installed
- Raise StoqPluginException if installing a plugin that is already installed
- Display `plugin_path` when plugin is successfully installed
- Raise StoqPluginNotFound when attempting to load non-existent or invalid plugin

## [2.0.4] - 2019-03-29

Expand Down

0 comments on commit 0229460

Please sign in to comment.