From 72395357bd90828a620f5ea074dcfb37c08b8bd5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 11:39:30 +0200 Subject: [PATCH] chore(main): release fxcore 1.7.0 (#207) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- fxcore/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9bd68c1..9cc8feb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"config":"1.3.0","log":"1.2.0","generate":"1.1.0","trace":"1.3.0","healthcheck":"1.1.0","httpclient":"1.4.0","httpserver":"1.4.1","orm":"1.1.0","fxconfig":"1.1.0","fxgenerate":"1.1.0","fxlog":"1.1.0","fxtrace":"1.2.0","fxmetrics":"1.2.0","fxhealthcheck":"1.1.0","fxorm":"1.1.0","fxhttpclient":"1.4.0","fxhttpserver":"1.4.0","fxcore":"1.6.0","worker":"1.1.0","fxworker":"1.1.0","fxcron":"1.1.0","grpcserver":"1.1.0","fxgrpcserver":"1.2.0"} \ No newline at end of file +{"config":"1.3.0","log":"1.2.0","generate":"1.1.0","trace":"1.3.0","healthcheck":"1.1.0","httpclient":"1.4.0","httpserver":"1.4.1","orm":"1.1.0","fxconfig":"1.1.0","fxgenerate":"1.1.0","fxlog":"1.1.0","fxtrace":"1.2.0","fxmetrics":"1.2.0","fxhealthcheck":"1.1.0","fxorm":"1.1.0","fxhttpclient":"1.4.0","fxhttpserver":"1.4.0","fxcore":"1.7.0","worker":"1.1.0","fxworker":"1.1.0","fxcron":"1.1.0","grpcserver":"1.1.0","fxgrpcserver":"1.2.0"} \ No newline at end of file diff --git a/fxcore/CHANGELOG.md b/fxcore/CHANGELOG.md index 68b3e96..7e0c878 100644 --- a/fxcore/CHANGELOG.md +++ b/fxcore/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.0](https://github.com/ankorstore/yokai/compare/fxcore/v1.6.0...fxcore/v1.7.0) (2024-04-05) + + +### Features + +* **fxcore:** Added support for listener address ([#206](https://github.com/ankorstore/yokai/issues/206)) ([9e092a9](https://github.com/ankorstore/yokai/commit/9e092a9206a0077f6c961058d3fec539b3c2c4ac)) + ## [1.6.0](https://github.com/ankorstore/yokai/compare/fxcore/v1.5.0...fxcore/v1.6.0) (2024-03-22)