diff --git a/CHANGELOG.md b/CHANGELOG.md index 014441d..0866e34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.8.1 (2025-01-30) + +### Fix + +- footprint was calculated on wrong side of orbit + ## v0.8.0 (2025-01-06) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 5944f11..5d41483 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tle-sat" -version = "0.8.0" +version = "0.8.1" description = "TLE Sat Sim" authors = ["Christian Wygoda "] license = "MIT"