From 95066496cfe2e8009b18cfb9c1183f378a5a34b5 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Sun, 22 Dec 2024 14:06:26 +0530 Subject: [PATCH] chore(main): release 0.23.0-alpha --- CHANGELOG.md | 14 ++++++++++++++ release-please/manifest.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68caf82..1b2be9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.23.0-alpha](https://github.com/instill-ai/artifact-backend/compare/v0.22.0-alpha...v0.23.0-alpha) (2024-12-22) + + +### Features + +* **artifact:** add move file endpoint ([#138](https://github.com/instill-ai/artifact-backend/issues/138)) ([107dcf0](https://github.com/instill-ai/artifact-backend/commit/107dcf062bd0ccca1602b34cf3fddb80599c4006)) + + +### Bug Fixes + +* **artifact:** fix advanced index pipeline ([#135](https://github.com/instill-ai/artifact-backend/issues/135)) ([be3010e](https://github.com/instill-ai/artifact-backend/commit/be3010ea106076f19b3d6895d5b3c11efad905d3)) +* **artifact:** upgrade net package to fix vulnerability ([#140](https://github.com/instill-ai/artifact-backend/issues/140)) ([9fe2769](https://github.com/instill-ai/artifact-backend/commit/9fe2769842512b7940c164eea1af18d6f0c5e5e0)) +* **blob:** fix concurrently create url issue ([#137](https://github.com/instill-ai/artifact-backend/issues/137)) ([bbce00f](https://github.com/instill-ai/artifact-backend/commit/bbce00f05c0411c17c9c6a87063b413f841fe2e1)) + ## [0.22.0-alpha](https://github.com/instill-ai/artifact-backend/compare/v0.21.0-alpha...v0.22.0-alpha) (2024-11-30) diff --git a/release-please/manifest.json b/release-please/manifest.json index 5e1bc4b..5795f8c 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.22.0-alpha" + ".": "0.23.0-alpha" }