From 4bfa79585754230d5905318e39385f01adfa2160 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 18:03:53 +0000 Subject: [PATCH] chore(main): release 1.4.1 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a0d52cf..49d8a99a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.4.1](https://github.com/googleapis/python-pubsublite/compare/v1.4.0...v1.4.1) (2022-03-07) + + +### Bug Fixes + +* ignore the implementation details of message acknowledgements from the cloud Pub/Sub Message ([#312](https://github.com/googleapis/python-pubsublite/issues/312)) ([19da693](https://github.com/googleapis/python-pubsublite/commit/19da69375de4feadf4575028f0f76d1ffb9623d7)), closes [#311](https://github.com/googleapis/python-pubsublite/issues/311) + ## [1.4.0](https://github.com/googleapis/python-pubsublite/compare/v1.3.0...v1.4.0) (2022-02-18) diff --git a/setup.py b/setup.py index fe0252f9..ff68f504 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "1.4.0" +version = "1.4.1" package_root = os.path.abspath(os.path.dirname(__file__))