diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a346a1..982cb6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 0.2.1 +## 0.3.0 - 2023-09-27 - Added Patterns: - Doji Candle - Added append method to Indicator just like Hexital diff --git a/pyproject.toml b/pyproject.toml index c963e78..a4c601f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hexital" -version = "0.2.1" +version = "0.3.0" description = "Hex Incremental Technical Analysis Library" readme = "README.md" license = "MIT"