From 8729c1caf18b5cd158a4594a59ee9a86fcdebc5c Mon Sep 17 00:00:00 2001 From: Mihovil Ilakovac Date: Wed, 19 Apr 2023 00:40:25 +0200 Subject: [PATCH] Updates version to 0.10.2 (#1149) --- waspc/ChangeLog.md | 5 +++++ waspc/waspc.cabal | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/waspc/ChangeLog.md b/waspc/ChangeLog.md index 3e01fce56..964fea66e 100644 --- a/waspc/ChangeLog.md +++ b/waspc/ChangeLog.md @@ -1,5 +1,10 @@ # Changelog +## v0.10.2 + +### Bug fixes +- Fixed a bug where JS arrays weren't generated properly from Haskell code which caused issues with oAuth, operations and cache invalidation. + ## v0.10.1 ### Bug fixes diff --git a/waspc/waspc.cabal b/waspc/waspc.cabal index 61c30bccc..3ea41fe9f 100644 --- a/waspc/waspc.cabal +++ b/waspc/waspc.cabal @@ -6,7 +6,7 @@ cabal-version: 2.4 -- Consider using hpack, or maybe even hpack-dhall. name: waspc -version: 0.10.1 +version: 0.10.2 description: Please see the README on GitHub at homepage: https://github.com/wasp-lang/wasp/waspc#readme bug-reports: https://github.com/wasp-lang/wasp/issues