Skip to content

Commit

Permalink
Update CHANGELOG.md for v8.1.157
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed May 18, 2023
1 parent f808d73 commit 3ad7797
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v8.1.157 (2023-05-18)
-------------------------
* Add ticket editing
* Remove old ticket assign view and support for notes with assignment
* Add ticket topic menu and resizer
* Move WAC connect view to the WhatsApp cloud channel type package
* Remove accounts formax from workspace view as it isn't needed with new UI

v8.1.156 (2023-05-17)
-------------------------
* Update components for 302 fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "temba"
version = "8.1.156"
version = "8.1.157"
description = "Hosted service for visually building interactive messaging applications"
authors = ["Nyaruka <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion temba/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "8.1.156" # set by poetry bumpversion plugin
__version__ = "8.1.157" # set by poetry bumpversion plugin

# This will make sure the app is always imported when
# Django starts so that shared_task will use this app.
Expand Down

0 comments on commit 3ad7797

Please sign in to comment.