diff --git a/notes/0.2.4.markdown b/notes/0.2.4.markdown new file mode 100644 index 00000000..ae425c6d --- /dev/null +++ b/notes/0.2.4.markdown @@ -0,0 +1,8 @@ +### Fixes and enhacements + +- Fixes css/js theme generation. [#30][30] by [@gsechaud][@gsechaud] +- Fixes ref bug with anchor. [#34][34] by [@gsechaud][@gsechaud] + + [30]: https://github.com/lightbend/paradox/pull/30 + [34]: https://github.com/lightbend/paradox/pull/34 + [@gsechaud]: https://github.com/gsechaud diff --git a/version.sbt b/version.sbt index 050f69a4..0557689f 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.2.4-SNAPSHOT" +version in ThisBuild := "0.2.4"