From 38d2ca0c7c0c66056c79c5e9a93359eddd1ded37 Mon Sep 17 00:00:00 2001 From: Wataru Sawami Date: Fri, 12 Oct 2018 17:18:38 +0900 Subject: [PATCH] Release v1.7.0 --- CHANGELOG.md | 5 +++++ pom.xml | 2 +- src/main/resources/personium-unit-config-default.properties | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 111e8a06f..9b5bf7db4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.7.0 +IMPROVEMENTS: +* Support per-Cell FQDN.(Prerelease. Some functions will not work yet.)([#223](https://github.com/personium/personium-core/issues/223)) +* Incorrect error message.(__authz endpoint).([#232](https://github.com/personium/personium-core/issues/232)) + ## 1.6.16 * Change Servlet Spec from 3.0 to 3.1([#6](https://github.com/personium/personium-core/issues/6)) * English comments on major source files([#244](https://github.com/personium/personium-core/issues/244)) diff --git a/pom.xml b/pom.xml index da217873d..0dc4ee080 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ io.personium personium-core war - 1.6.17-SNAPSHOT + 1.7.0 personium-core Maven Webapp http://maven.apache.org diff --git a/src/main/resources/personium-unit-config-default.properties b/src/main/resources/personium-unit-config-default.properties index 317cce116..3b61f66e7 100644 --- a/src/main/resources/personium-unit-config-default.properties +++ b/src/main/resources/personium-unit-config-default.properties @@ -23,7 +23,7 @@ ################################################# # core version -io.personium.core.version=1.6.17 +io.personium.core.version=1.7.0 # thread pool num. io.personium.core.thread.pool.num.io.cell=10