Skip to content

Commit

Permalink
Bump ui version and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Schüth committed Apr 13, 2017
1 parent f032d62 commit 36cfa48
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

= Gentics Mesh Changelog

== 0.9.4 (12.04.2017)
== 0.9.4 (13.04.2017)

icon:check[] UI: Fix project creation.

icon:check[] UI: Fix error when attempting to translate a node.

icon:check[] UI: Fix incorrect search query.

icon:check[] UI: Display error when attempting to publish a node with an unpublished ancestor

icon:check[] JWT: The `signatureSecret` property within the Gentics Mesh configuration has been renamed to `keystorePassword`.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<projectRoot>${project.basedir}</projectRoot>
<mesh.admin-ui.version>0.6.19</mesh.admin-ui.version>
<mesh.admin-ui.version>0.6.20</mesh.admin-ui.version>

<asm.version>3.3.1</asm.version>
<spring.security.version>3.2.1.RELEASE</spring.security.version>
Expand Down

0 comments on commit 36cfa48

Please sign in to comment.