Skip to content

Commit

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


##
[0.18.0-beta](v0.17.0-beta...v0.18.0-beta)
(2024-06-17)


### Features

* **endpoints:** use camelCase for query strings
([#199](#199))
([bb3a943](bb3a943))
* **kb:** support knowledge base file related api
([#194](#194))
([832c55f](832c55f))
* **plugin:** adopt multi-auth plugin to adopt the changes in /login
endpoint ([#197](#197))
([b4d1897](b4d1897))

---
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 Jun 19, 2024
1 parent 22e8bc7 commit 7474b7d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.18.0-beta](https://github.com/instill-ai/api-gateway/compare/v0.17.0-beta...v0.18.0-beta) (2024-06-17)


### Features

* **endpoints:** use camelCase for query strings ([#199](https://github.com/instill-ai/api-gateway/issues/199)) ([bb3a943](https://github.com/instill-ai/api-gateway/commit/bb3a943cfd0ca1f8eb9e88245239c84fee76ef4b))
* **kb:** support knowledge base file related api ([#194](https://github.com/instill-ai/api-gateway/issues/194)) ([832c55f](https://github.com/instill-ai/api-gateway/commit/832c55f3e9c07a414997b4ea26e7f22ee329e436))
* **plugin:** adopt multi-auth plugin to adopt the changes in /login endpoint ([#197](https://github.com/instill-ai/api-gateway/issues/197)) ([b4d1897](https://github.com/instill-ai/api-gateway/commit/b4d1897b01b185244d85b57004a0be33bff0b382))

## [0.17.0-beta](https://github.com/instill-ai/api-gateway/compare/v0.16.0-beta...v0.17.0-beta) (2024-06-06)


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.17.0-beta"
".": "0.18.0-beta"
}

0 comments on commit 7474b7d

Please sign in to comment.