diff --git a/.github/release-manifest.json b/.github/release-manifest.json index 63a45e5d..c04b615e 100644 --- a/.github/release-manifest.json +++ b/.github/release-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "1.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e21824a..6286b652 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [0.10.0](https://github.com/radicalbit/radicalbit-ai-monitoring/compare/v0.9.0...v0.10.0) (2024-08-05) +## [1.0.0](https://github.com/radicalbit/radicalbit-ai-monitoring/compare/v0.9.0...v1.0.0) (2024-08-05) ### Features diff --git a/api/pyproject.toml b/api/pyproject.toml index 2d283253..fe168bda 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "radicalbit-ai-monitoring" # x-release-please-start-version -version = "0.10.0" +version = "1.0.0" # x-release-please-end description = "radicalbit platform" authors = ["Radicalbit"] diff --git a/sdk/pyproject.toml b/sdk/pyproject.toml index b21112aa..491c3aeb 100644 --- a/sdk/pyproject.toml +++ b/sdk/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "radicalbit-platform-sdk" # x-release-please-start-version -version = "0.10.0" +version = "1.0.0" # x-release-please-end description = "" authors = ["dev.team "] diff --git a/spark/pyproject.toml b/spark/pyproject.toml index d714cde8..8303816d 100644 --- a/spark/pyproject.toml +++ b/spark/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "spark" # x-release-please-start-version -version = "0.10.0" +version = "1.0.0" # x-release-please-end description = "Spark jobs collection for Radicalbit AI Monitoring Platform" authors = ["Radicalbit "] diff --git a/ui/package.json b/ui/package.json index 2e1e1e18..63c72b65 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,7 +1,7 @@ { "name": "radicalbit-ai-monitoring-ui", "private": true, - "version": "0.10.0", + "version": "1.0.0", "type": "module", "scripts": { "start:local": "NODE_ENV=local && vite --host 0.0.0.0", diff --git a/version.txt b/version.txt index 78bc1abd..3eefcb9d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.10.0 +1.0.0