Skip to content

Commit

Permalink
Release v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SawamiWataru committed Oct 12, 2018
1 parent 088479e commit 38d2ca0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>io.personium</groupId>
<artifactId>personium-core</artifactId>
<packaging>war</packaging>
<version>1.6.17-SNAPSHOT</version>
<version>1.7.0</version>
<name>personium-core Maven Webapp</name>
<url>http://maven.apache.org</url>
<licenses>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38d2ca0

Please sign in to comment.