From 1900af53c5237c769ece5ae3b900a4aa2ff868b3 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Fri, 21 Oct 2016 15:38:15 -0400 Subject: [PATCH] 0.2.4 --- notes/0.2.4.markdown | 8 ++++++++ version.sbt | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 notes/0.2.4.markdown 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"