diff --git a/Project.toml b/Project.toml index 56ab6801b..d5b72827d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SpeciesDistributionToolkit" uuid = "72b53823-5c0b-4575-ad0e-8e97227ad13b" authors = ["Timothée Poisot "] -version = "1.2.0" +version = "1.2.1" [deps] Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7" diff --git a/docs/src/reference/CHANGELOG.md b/docs/src/reference/CHANGELOG.md index 36b611a91..7e95b4d76 100644 --- a/docs/src/reference/CHANGELOG.md +++ b/docs/src/reference/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## `v1.2.1` + +- **improved** the performance of masking a vector of layers using polygons + ## `v1.2.0` - **added** `SimpleSDMDatasets` version 1