diff --git a/CHANGELOG.md b/CHANGELOG.md index 4599c25..dba26e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/alexpovel/ancv/compare/v1.2.0...v1.2.1) (2022-11-10) + + +### Bug Fixes + +* Incorporate updated dependencies into deployed version ([cac2373](https://github.com/alexpovel/ancv/commit/cac2373687a24163f9b2c65f42f5ef7112c21173)) + ## [1.2.0](https://github.com/alexpovel/ancv/compare/v1.1.0...v1.2.0) (2022-09-20) diff --git a/pyproject.toml b/pyproject.toml index 5b225a9..0c6d080 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ancv" -version = "1.2.0" +version = "1.2.1" description = "Renders your (JSON) resume/CV for online & pretty terminal display" authors = ["Alex Povel "] readme = "README.md"