Skip to content

Commit

Permalink
chore(main): release 0.19.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
droplet-bot committed Oct 25, 2024
1 parent 860b539 commit 958e033
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.19.0-alpha](https://github.com/instill-ai/artifact-backend/compare/v0.18.0-alpha...v0.19.0-alpha) (2024-10-25)


### Features

* **blob:** implement GetUploadURL in service lib ([#119](https://github.com/instill-ai/artifact-backend/issues/119)) ([931b1ca](https://github.com/instill-ai/artifact-backend/commit/931b1caab47256531ec3e7e83812777c9484f7f3))
* **blob:** implement object and object url repository ([#117](https://github.com/instill-ai/artifact-backend/issues/117)) ([4107ad1](https://github.com/instill-ai/artifact-backend/commit/4107ad18f8aedf307e81f7aaf5c282691fe32f51))
* **blob:** provide blob url endpoint ([#121](https://github.com/instill-ai/artifact-backend/issues/121)) ([860b539](https://github.com/instill-ai/artifact-backend/commit/860b539da376c5ab15300837673a8645e525f07e))
* **blob:** provide the upload object url endpoint ([#120](https://github.com/instill-ai/artifact-backend/issues/120)) ([e207a2f](https://github.com/instill-ai/artifact-backend/commit/e207a2f0fd3453a6a60e03de0d00be3e5d4b2e7c))

## [0.18.0-alpha](https://github.com/instill-ai/artifact-backend/compare/v0.17.0-alpha...v0.18.0-alpha) (2024-10-15)


Expand Down
2 changes: 1 addition & 1 deletion release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.18.0-alpha"
".": "0.19.0-alpha"
}

0 comments on commit 958e033

Please sign in to comment.