Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Integration][Octopus Deploy] - Transition to stable release #1138

Merged
merged 12 commits into from
Nov 11, 2024
7 changes: 7 additions & 0 deletions integrations/octopus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

# Port_Ocean 0.1.23 (2024-11-11)

### Improvements

- Transitioned integration from beta to stable release (0.1.23)


# Port_Ocean 0.1.22-beta (2024-11-10)

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion integrations/octopus/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "octopus"
version = "0.1.22-beta"
version = "0.1.23"
description = "This integration ingest data from octopus deploy"
authors = ["Adebayo Iyanuoluwa <[email protected]>"]

Expand Down