Skip to content

Commit

Permalink
0.11.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Sep 6, 2024
1 parent 429624a commit 6f4d4a6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# CHANGELOG

## v0.11.2 (2024-09-06)

### :zap:

* :zap: catch type error on send ([`429624a`](https://github.com/Mips2648/jeedom-daemon-py/commit/429624a29d3350b224f9b2c9c26f439fffcbb06e))

### Other

* :fix: catch type error on send ([`4bb4c5f`](https://github.com/Mips2648/jeedom-daemon-py/commit/4bb4c5f7d163b454b3b7be16686d2bf859e16f05))

* Merge pull request #12 from MrWaloo/main

:zap: [FIX] json_encode TypeError ([`84c0e36`](https://github.com/Mips2648/jeedom-daemon-py/commit/84c0e363ae0266b26bc237d48769050a70471ada))

* [FIX] json_encode TypeError

Object of type bytes is not JSON serializable ([`02cd6a0`](https://github.com/Mips2648/jeedom-daemon-py/commit/02cd6a019bcac9dc6a8124c7577fb81d3f29d76a))

## v0.11.1 (2024-09-02)

### :zap:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup, find_packages

__version__ = "0.11.1"
__version__ = "0.11.2"

setup(
# Needed to silence warnings (and to be a worthwhile package)
Expand Down

0 comments on commit 6f4d4a6

Please sign in to comment.