diff --git a/CHANGELOG.md b/CHANGELOG.md index 040fb98..f8c612d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [PVP versioning](https://pvp.haskell.org/). +## v0.2.1 _(2024-10-25)_ + +### Changed +- Export `CollectionItem` +- Improved documentation + ## v0.2.0 _(2024-10-29)_ ### Added @@ -13,7 +19,6 @@ and this project adheres to [PVP versioning](https://pvp.haskell.org/). - Classes `EmbeddingResource res` & `CollectingResource res` for resource-modification ### Changed - - *(breaking change)* Renamed class `HasResource` to `Resource`, removed associated type and Content-Type param ## v0.1.1 _(2024-10-25)_ diff --git a/servant-hateoas.cabal b/servant-hateoas.cabal index c6de4b8..0c269a2 100644 --- a/servant-hateoas.cabal +++ b/servant-hateoas.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: servant-hateoas -version: 0.2.0 +version: 0.2.1 synopsis: HATEOAS extension for servant description: Create Resource-Representations for your types and make your API HATEOAS-compliant. Resource construction is generic where possible and manually adjustable where required.