Skip to content

Commit

Permalink
chore(main): release 0.11.0-beta (#140)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.11.0-beta](v0.10.0-beta...v0.11.0-beta)
(2024-02-29)


### Features

* **vdp:** add component definition list endpoint
([#137](#137))
([8e459b7](8e459b7))


### Bug Fixes

* **vdp:** implement offset pagination in component list endpoint
([#139](#139))
([a6b7566](a6b7566))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
droplet-bot authored Feb 29, 2024
1 parent a6b7566 commit 6b2cc44
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.11.0-beta](https://github.com/instill-ai/api-gateway/compare/v0.10.0-beta...v0.11.0-beta) (2024-02-29)


### Features

* **vdp:** add component definition list endpoint ([#137](https://github.com/instill-ai/api-gateway/issues/137)) ([8e459b7](https://github.com/instill-ai/api-gateway/commit/8e459b7c3ef862d17c219afbc6064f8ff0c2d45c))


### Bug Fixes

* **vdp:** implement offset pagination in component list endpoint ([#139](https://github.com/instill-ai/api-gateway/issues/139)) ([a6b7566](https://github.com/instill-ai/api-gateway/commit/a6b75667a9909341009389421a2adbe0881bf087))

## [0.10.0-beta](https://github.com/instill-ai/api-gateway/compare/v0.9.0-beta...v0.10.0-beta) (2024-02-05)


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.10.0-beta"
".": "0.11.0-beta"
}

0 comments on commit 6b2cc44

Please sign in to comment.