From 251f7caf02a3a3618a84dfaab7050d6e1f0f8ac7 Mon Sep 17 00:00:00 2001 From: Shalev Avhar Date: Wed, 21 Aug 2024 20:24:39 +0300 Subject: [PATCH] feat: reset the version --- CHANGELOG.md | 7 +------ pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43a6cae3c9..380c41d6bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,17 +7,12 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm -## 0.10.1 (2024-08-21) - -### Improvements - -- Fix kafka listener never ending resync loop due to resyncState updates - ## 0.10.0 (2024-08-19) ### Improvements - Add support for reporting the integration resync state to expose more information about the integration state in the portal +- Fix kafka listener never ending resync loop due to resyncState updates ## 0.9.14 (2024-08-19) diff --git a/pyproject.toml b/pyproject.toml index af686dc9cf..c0bf6bab0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "port-ocean" -version = "0.10.1" +version = "0.10.0" description = "Port Ocean is a CLI tool for managing your Port projects." readme = "README.md" homepage = "https://app.getport.io"