Skip to content

Commit

Permalink
chore(main): release 0.50.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
droplet-bot committed Dec 23, 2024
1 parent 1aa40c2 commit d7fd4c3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.50.0-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.49.0-beta...v0.50.0-beta) (2024-12-23)


### Features

* **component,video:** add task to embed audio to video ([#939](https://github.com/instill-ai/pipeline-backend/issues/939)) ([1aa40c2](https://github.com/instill-ai/pipeline-backend/commit/1aa40c274ccc9ea3ad1e7e6e6d10e48740ed9eda))


### Bug Fixes

* **component,github:** fix data structs ([#944](https://github.com/instill-ai/pipeline-backend/issues/944)) ([804e56a](https://github.com/instill-ai/pipeline-backend/commit/804e56a59204bc52d4e0e8f3075331340fbbed68))
* **mod:** update golang.org/x/net module to fix vulnerability issue ([a2db7de](https://github.com/instill-ai/pipeline-backend/commit/a2db7dea69f47b7e0fa8fba5d70aecea405d88f7))

## [0.49.0-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.48.5-beta...v0.49.0-beta) (2024-12-17)


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.49.0-beta"
".": "0.50.0-beta"
}

0 comments on commit d7fd4c3

Please sign in to comment.