diff --git a/CHANGELOG.md b/CHANGELOG.md index d8c857b..8088a36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.7.0] - 2023-11-30 +### Removed +- SEEK strategy was removed because it requires proprietary data that is no longer easily available + ## [0.6.0] - 2023-02-12 ### Added - Calculation of tax-adjusted returns @@ -86,6 +90,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Stock data retrieval interface - Acclerating Dual Momentum strategy +[0.7.0]: https://github.com/penny-vault/pv-api/releases/tag/v0.7.0 [0.6.0]: https://github.com/penny-vault/pv-api/releases/tag/v0.6.0 [0.5.0]: https://github.com/penny-vault/pv-api/releases/tag/v0.5.0 [0.4.0]: https://github.com/penny-vault/pv-api/releases/tag/v0.4.0