diff --git a/CHANGELOG.md b/CHANGELOG.md index 49cc732..b04518a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.2.2 + +### Fixes + +- Fixed bug in Haskell number literal output + ## 2.2.1 ### Fixes diff --git a/package.yaml b/package.yaml index 3374070..eef6235 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: gotyno-hs -version: 2.2.1 +version: 2.2.2 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