diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cbdbdc..e2c012c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # VisionHeatmaps.jl -## Version `v1.3.0` -* ![Feature][badge-feature] Add XAIBase package extension ([#7][pr-7]) +## Version `v1.3.1` +* ![Feature][badge-feature] Add XAIBase dependecy ([#7][pr-7], [#8][pr-8]) ## Version `v1.2.0` * ![Feature][badge-feature] Add heatmap overlays ([#5][pr-5]) @@ -12,6 +12,7 @@ ## Version `v1.0.0` * Initial release +[pr-8]: https://github.com/Julia-XAI/VisionHeatmaps.jl/pull/8 [pr-7]: https://github.com/Julia-XAI/VisionHeatmaps.jl/pull/7 [pr-6]: https://github.com/Julia-XAI/VisionHeatmaps.jl/pull/6 [pr-5]: https://github.com/Julia-XAI/VisionHeatmaps.jl/pull/5 diff --git a/Project.toml b/Project.toml index 98a853a..eae97f3 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "VisionHeatmaps" uuid = "27106da1-f8bc-4ca8-8c66-9b8289f1e035" authors = ["Adrian Hill "] -version = "1.3.1-DEV" +version = "1.3.1" [deps] ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"