Skip to content

Commit

Permalink
chore(main): release 0.24.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
droplet-bot committed Aug 20, 2024
1 parent 1051b64 commit bfacd39
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.24.0-beta](https://github.com/instill-ai/api-gateway/compare/v0.23.0-beta...v0.24.0-beta) (2024-08-20)


### Features

* **model:** added model run logging endpoint ([#231](https://github.com/instill-ai/api-gateway/issues/231)) ([e7c3232](https://github.com/instill-ai/api-gateway/commit/e7c323247e23ab782062d318fa4a62ca521f687f))
* **model:** fixed model run logging endpoint prefix ([#235](https://github.com/instill-ai/api-gateway/issues/235)) ([1051b64](https://github.com/instill-ai/api-gateway/commit/1051b6489054d89fabf14bfee5e277fc0d639750))
* **model:** fixed model run logging endpoint query param ([#233](https://github.com/instill-ai/api-gateway/issues/233)) ([2d11f99](https://github.com/instill-ai/api-gateway/commit/2d11f997a708ba95b520a6060bd068082058fba6))


### Bug Fixes

* **model:** fix wrong version and add missing grpc endpoint ([#236](https://github.com/instill-ai/api-gateway/issues/236)) ([78cb564](https://github.com/instill-ai/api-gateway/commit/78cb5645b2144014d3295d6f2b4d30998afea89c))

## [0.23.0-beta](https://github.com/instill-ai/api-gateway/compare/v0.22.0-beta...v0.23.0-beta) (2024-08-13)


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.23.0-beta"
".": "0.24.0-beta"
}

0 comments on commit bfacd39

Please sign in to comment.