diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 10f3091..6b7b74c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..737a9d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,15 @@ # Changelog + +## [0.3.0](https://github.com/georgeguimaraes/soothsayer/compare/v0.2.0...v0.3.0) (2024-09-08) + + +### Features + +* Output components with combined value ([a8e04b2](https://github.com/georgeguimaraes/soothsayer/commit/a8e04b2d78fb8333c6fb95664f287bdd564d390e)) + + +### Bug Fixes + +* remove duplicated test action yml key ([be0d144](https://github.com/georgeguimaraes/soothsayer/commit/be0d1444bbe55b3b5e9d2777db20306efa869adb)) + +## Changelog diff --git a/mix.exs b/mix.exs index 2bb28b0..864d78e 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Soothsayer.MixProject do use Mix.Project - @version "0.2.0" + @version "0.3.0" @source_url "https://github.com/georgeguimaraes/soothsayer" def project do