Skip to content

Commit

Permalink
chore(release): 0.15.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kkopanidis committed Jan 31, 2023
1 parent 6c58302 commit ae938c0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.15.11](https://github.com/ConduitPlatform/Conduit/compare/v0.15.10...v0.15.11) (2023-01-31)


### Features

* **storage:** make s3 storage generic with endpoint fix [#497](https://github.com/ConduitPlatform/Conduit/issues/497) ([#498](https://github.com/ConduitPlatform/Conduit/issues/498)) ([331ae73](https://github.com/ConduitPlatform/Conduit/commit/331ae736ef20c28009e8879741eff7d9ae7f8115))


### Bug Fixes

* **database,grpc-sdk:** sql parseQuery numeric parsing, grpc-sdk depending on sequelize ([#500](https://github.com/ConduitPlatform/Conduit/issues/500)) ([6c58302](https://github.com/ConduitPlatform/Conduit/commit/6c58302067b7ea7eb7d24d95c23da8472f2e5749))
* **database:** sequelize populates cache identifier uniqueness ([#489](https://github.com/ConduitPlatform/Conduit/issues/489)) ([a37d388](https://github.com/ConduitPlatform/Conduit/commit/a37d38813fc91b15c3d20542a96c22933cb0ceb6))
* **hermes:** numeric param parsing, REST middleware running before param validation ([#491](https://github.com/ConduitPlatform/Conduit/issues/491)) ([d0cff88](https://github.com/ConduitPlatform/Conduit/commit/d0cff8842d578367b215d195e408db052b8393b5))
* migrations ([#493](https://github.com/ConduitPlatform/Conduit/issues/493)) ([c01cb16](https://github.com/ConduitPlatform/Conduit/commit/c01cb16bc7fae7cd9c6affa7e039db164ffc4f64))

### [0.15.10](https://github.com/ConduitPlatform/Conduit/compare/v0.15.9...v0.15.10) (2023-01-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conduit",
"version": "0.15.10",
"version": "0.15.11",
"description": "",
"main": "index.js",
"private": true,
Expand Down

0 comments on commit ae938c0

Please sign in to comment.