Skip to content

Commit

Permalink
Merge pull request #4432 from activepieces/fix/0.24.1
Browse files Browse the repository at this point in the history
feat: release 0.24.1
  • Loading branch information
abuaboud committed Apr 12, 2024
2 parents 0e3492b + 660474e commit 3c3d3ad
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.0'
services:
activepieces:
image: ghcr.io/activepieces/activepieces:0.24.0
image: ghcr.io/activepieces/activepieces:0.24.1
container_name: activepieces
restart: unless-stopped
## Enable the following line if you already use AP_EXECUTION_MODE with SANDBOXED or old activepieces, checking the breaking change documentation for more info.
Expand Down
4 changes: 4 additions & 0 deletions docs/about/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,15 @@ Here's the revised text with improved grammar and spelling:
**🐞 Bug Fixes**

* fix: make powered by not clickable and less catchy (#4399) @abuaboud
* fix: hide support & community in embed mode (#4431) @abuaboud

**🎨 Enhancements & Polish**

* feat(embed): ability to hide flow name in the builder (#4396) @abuaboud

**🧩 Pieces**
* feat: added append text action to google docs piece. (#4430) @AbdullahBitar

**📚 Documentation**

* docs: add bimsina as a contributor for bug (#4428) @allcontributors
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "activepieces",
"version": "0.24.0",
"version": "0.24.1",
"rcVersion": "0.25.0-rc.0",
"scripts": {
"prepare": "husky install",
Expand Down

0 comments on commit 3c3d3ad

Please sign in to comment.