diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ff06b87..dc493bc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.14.2-alpha](https://github.com/googleapis/python-documentai-toolbox/compare/v0.14.1-alpha...v0.14.2-alpha) (2025-03-05) + + +### Bug Fixes + +* Allow google-cloud-storage 3.x ([#378](https://github.com/googleapis/python-documentai-toolbox/issues/378)) ([ec42e86](https://github.com/googleapis/python-documentai-toolbox/commit/ec42e865007326ca2b966b2171a6545307e30b32)) + ## [0.14.1-alpha](https://github.com/googleapis/python-documentai-toolbox/compare/v0.14.0-alpha...v0.14.1-alpha) (2024-12-17) diff --git a/google/cloud/documentai_toolbox/version.py b/google/cloud/documentai_toolbox/version.py index 72f1b95e..0ad152bf 100644 --- a/google/cloud/documentai_toolbox/version.py +++ b/google/cloud/documentai_toolbox/version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "0.14.1-alpha" +__version__ = "0.14.2-alpha"