diff --git a/releases/2024/December.mdx b/releases/2024/December.mdx index 9c2137a7d..a689124a4 100644 --- a/releases/2024/December.mdx +++ b/releases/2024/December.mdx @@ -8,6 +8,21 @@ import VersionUpdateCard from "@site/src/components/shared/VersionUpdateCard" +## v1.4.1 + +- test: migrate to runtime config [@meskill](https://github.com/meskill) ([#3229](https://github.com/tailcallhq/tailcall/pull/3229)) + +### 🐛 Bug Fixes + +- fix(core): Address UTF-8 character boundary issues in LineBreaker [@iamchanii](https://github.com/iamchanii) ([#3228](https://github.com/tailcallhq/tailcall/pull/3228)) + +### 🧰 Maintenance + +- Revert "chore: Migrate workflows to Blacksmith" [@tusharmath](https://github.com/tusharmath) ([#3230](https://github.com/tailcallhq/tailcall/pull/3230)) +- refactor: drop async\_graphql engine from executing queries [@meskill](https://github.com/meskill) ([#3223](https://github.com/tailcallhq/tailcall/pull/3223)) + + +--- ## v1.4.0 ### 🚀 Features