Skip to content

Commit

Permalink
chore: release 1.1.3 (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Sep 13, 2021
1 parent 4b67871 commit 90d2b58
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

### [1.1.3](https://www.github.com/googleapis/python-pubsublite/compare/v1.1.2...v1.1.3) (2021-09-13)


### Bug Fixes

* ensure ack() doesn't wait on stream messages ([#234](https://www.github.com/googleapis/python-pubsublite/issues/234)) ([03db702](https://www.github.com/googleapis/python-pubsublite/commit/03db702c1f88982ed424bec3d99ae9d4bdc353bd))

### [1.1.2](https://www.github.com/googleapis/python-pubsublite/compare/v1.1.1...v1.1.2) (2021-09-13)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@
import os
import setuptools # type: ignore

version = "1.1.2"
version = "1.1.3"

package_root = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit 90d2b58

Please sign in to comment.