diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5aad471 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ + + +# [0.1.1](https://github.com/moleculerjs/database/compare/v0.1.0...v0.1.1) (2023-04-23) + +- fix permission/permissive type [#31](https://github.com/moleculerjs/moleculer-channels/pull/31) +- fix TypeError `createFromHexString` [#40](https://github.com/moleculerjs/moleculer-channels/pull/40) +- fix waiting for adapter in connecting state [#2d9888e](https://github.com/moleculerjs/database/commit/2d9888e497363ac88aa3b62c354d680d53b3213b) + + + +# v0.1.0 (2022-10-02) + +First public version.