diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fcc638..9ee79cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ 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). +## [0.3.0] - 2021-02-21 +### Added +- A bar chart showing annual returns vs benchmark +- Ulcer index +- Pie chart under 'Portfolio' tab that shows the percent of time spent in each asset +- Support for multiple holdings in a single time period +- Transactions report showing all transactions +- Add suggested parameters drop-down for strategies + +### Changed +- Reverse legend on monthly returns chart + +### Fixed +- Error when displaying simulations with no drawdowns +- Additional error checking when benchmark is undefined + ## [0.2.1] - 2021-02-15 ### Fixed - Parsing of dates from date widget @@ -34,6 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Terms of Service - Privacy Policy +[0.3.0]: https://github.com/jdfergason/pv-frontend/releases/tag/v0.3.0 [0.2.1]: https://github.com/jdfergason/pv-frontend/releases/tag/v0.2.1 [0.2.0]: https://github.com/jdfergason/pv-frontend/releases/tag/v0.2.0 [0.1.0]: https://github.com/jdfergason/pv-frontend/releases/tag/v0.1.0 diff --git a/package.json b/package.json index 9756752..9a5230b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "penny-vault", - "version": "0.2.1", + "version": "0.3.0", "private": true, "scripts": { "serve": "vue-cli-service serve",