Skip to content

Commit 3b383e4

Browse files
authored
Merge pull request #588 from ably/release/2.0.9
Release 2.0.9
2 parents 696883e + 28b4810 commit 3b383e4

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## [v2.0.9](https://github.com/ably/ably-python/tree/v2.0.9)
4+
5+
[Full Changelog](https://github.com/ably/ably-python/compare/v2.0.8...v2.0.9)
6+
7+
**Fixed bugs:**
8+
9+
- Fix the inability to pass a JSON string value for a `capability` parameter when creating a token [\#579](https://github.com/ably/ably-python/issues/579)
10+
11+
**Closed issues:**
12+
- Support `pyee` 12 [\#580](https://github.com/ably/ably-python/issues/580)
13+
314
## [v2.0.8](https://github.com/ably/ably-python/tree/v2.0.8)
415

516
[Full Changelog](https://github.com/ably/ably-python/compare/v2.0.7...v2.0.8)

ably/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
logger.addHandler(logging.NullHandler())
1616

1717
api_version = '3'
18-
lib_version = '2.0.8'
18+
lib_version = '2.0.9'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ably"
3-
version = "2.0.8"
3+
version = "2.0.9"
44
description = "Python REST and Realtime client library SDK for Ably realtime messaging service"
55
license = "Apache-2.0"
66
authors = ["Ably <[email protected]>"]

0 commit comments

Comments
 (0)