diff --git a/CHANGELOG.md b/CHANGELOG.md index 90077aa..49cc732 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.2.1 + +### Fixes + +- Added trailing newline in Kotlin output + ## 2.2.0 ### Added diff --git a/gotyno-hs.cabal b/gotyno-hs.cabal index 6068d74..5d9e94d 100644 --- a/gotyno-hs.cabal +++ b/gotyno-hs.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: gotyno-hs -version: 2.2.0 +version: 2.2.1 synopsis: A type definition compiler supporting multiple output languages. description: Compiles type definitions into F#, TypeScript and Python, with validators, decoders and encoders. category: Compiler diff --git a/package.yaml b/package.yaml index ed52e64..3374070 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: gotyno-hs -version: 2.2.0 +version: 2.2.1 synopsis: A type definition compiler supporting multiple output languages. description: Compiles type definitions into F#, TypeScript and Python, with validators, decoders and encoders. license: BSD2