diff --git a/CHANGELOG.md b/CHANGELOG.md index e519d7545..ccb67d6ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.52](https://github.com/blib-la/captain/compare/v1.0.0-alpha.51...v1.0.0-alpha.52) (2024-04-26) + + +### Features + +* image-to-image pipeline ([#225](https://github.com/blib-la/captain/issues/225)) ([9c17a71](https://github.com/blib-la/captain/commit/9c17a71ebbdb313fb6d4fb5ad9ceb366879a5613)) + # [1.0.0-alpha.51](https://github.com/blib-la/captain/compare/v1.0.0-alpha.50...v1.0.0-alpha.51) (2024-04-24) diff --git a/README.md b/README.md index 427a6e276..4263122d3 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ apps effortlessly on your own computer.

- + Download Captain

diff --git a/package.json b/package.json index cb73d9097..1e76166e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "captain", - "version": "1.0.0-alpha.51", + "version": "1.0.0-alpha.52", "private": true, "description": "The Captain of AI", "license": "AGPL 3.0",