diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bd3ee0..c9e7d60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -## [0.4.4] - 2023-05-23 +## [0.4.5] - 2023-05-23 ### Changed - Merged change to utilize `AbstractArray` internally in the package for Array types to improve performance. [PR 15](https://github.com/sisl/SatelliteDynamics.jl/pull/15). Thanks to [@thetazero](https://github.com/thetazero) @@ -24,6 +24,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixed `universe.jl` Earth Orientation Parameter download capabilities, which were broken due to change in upstream IERS data source URL change. - Updated `Manifest.toml` to current Julia format + +## [0.4.4] - 2022-07-26 + +### Changed + +### Fixed - Fixed documentation mistakes and typos ## [0.2.2] - 2019-04-10 diff --git a/Project.toml b/Project.toml index 9375b32..b7d2311 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SatelliteDynamics" uuid = "0e7c1a32-1b9f-5532-88a4-e668712d6a4c" authors = ["Duncan Eddy "] -version = "0.4.4" +version = "0.4.5" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"