Skip to content

Commit

Permalink
🏗️ bump to 5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed May 27, 2024
1 parent d250b04 commit 20e7c06
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 5.9.0 2024-05-27

- Button to unbind contract when annotating calls
- Fix: more misspells

## 5.8.1 2024-05-13

- Fix: ortography on some messages
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "somenergia-tomatic",
"version": "5.8.1",
"version": "5.9.0",
"description": "Phone Support Companion",
"dependencies": {
"@emotion/css": "^11.10.6",
Expand Down
2 changes: 1 addition & 1 deletion tomatic/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__='5.8.1'
__version__='5.9.0'

0 comments on commit 20e7c06

Please sign in to comment.