🔖 Release v2.17.2
This commit is contained in:
21
CHANGELOG.md
21
CHANGELOG.md
@ -1,6 +1,20 @@
|
||||
# Changelog
|
||||
|
||||
<a name="2.17.2"></a>
|
||||
|
||||
## 2.17.2 (2023-09-07)
|
||||
|
||||
### Added
|
||||
|
||||
- 👷♂️ Remove docker main tag building [[a0df851](https://github.com/baptisteArno/typebot.io/commit/a0df85108f9216bdb5005b15334d074c30a65f1d)]
|
||||
|
||||
### Fixed
|
||||
|
||||
- 💚 Fix docker deployment tagging [[f14808d](https://github.com/baptisteArno/typebot.io/commit/f14808dfcb761d2a0b471f94f6dba9aaf27cd577)]
|
||||
- 💚 Fix docker multi arch overwrite issue ([#779](https://github.com/baptisteArno/typebot.io/issues/779)) [[b90b6d0](https://github.com/baptisteArno/typebot.io/commit/b90b6d0b255c2ecdab8782151d714d46ae1d961b)]
|
||||
|
||||
<a name="2.17.1"></a>
|
||||
|
||||
## 2.17.1 (2023-09-06)
|
||||
|
||||
### Changed
|
||||
@ -27,11 +41,16 @@
|
||||
- 📝 Add cancel subscription doc [[a79e605](https://github.com/baptisteArno/typebot.io/commit/a79e605285e306e81dfdba03d51d7c986def5862)]
|
||||
- 🛂 (whatsapp) Disallow test numbers as they are not unique [[60abddd](https://github.com/baptisteArno/typebot.io/commit/60abddd86e7c32a502d5cc506a5d0fb5e7910c8f)]
|
||||
|
||||
|
||||
<a name="2.17.0"></a>
|
||||
|
||||
## 2.17.0 (2023-09-01)
|
||||
|
||||
### Breaking changes
|
||||
|
||||
Environment management has been improved and merged between builder and viewer.
|
||||
|
||||
If your viewer app do not have the required `NEXTAUTH_URL` env variable, you need to add it.
|
||||
|
||||
## What's new?
|
||||
|
||||
WhatsApp integration is now available 🥳. If you are self-hosting Typebot, refer to the configuration doc (https://docs.typebot.io/self-hosting/configuration#whatsapp-preview)
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "2.17.1",
|
||||
"version": "2.17.2",
|
||||
"name": "typebot-os",
|
||||
"private": true,
|
||||
"license": "AGPL-3.0-or-later",
|
||||
|
Reference in New Issue
Block a user