Skip to content

Commit

Permalink
Release v1.7.13_es6.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SawamiWataru committed May 30, 2019
1 parent e3a0085 commit a0f65ef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.7.13
BUG FIXES:
* Unknown Exception occurs during cell import.([#296](https://github.com/personium/personium-core/issues/296))
* Repeating cell import api will erase the contents of box.([#423](https://github.com/personium/personium-core/issues/423))

IMPROVEMENTS:
* When a large number of Rules are registered in Unit, it takes time to start personium (tomcat).([#370](https://github.com/personium/personium-core/issues/370))

## 1.7.12
BUG FIXES:
* At the time of cell import, data of other cells may be deleted.([#353](https://github.com/personium/personium-core/issues/353))
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.7.13_es6.6.1-SNAPSHOT</version>
<version>1.7.13_es6.6.1</version>
<name>personium-core Maven Webapp</name>
<url>http://maven.apache.org</url>
<licenses>
Expand Down

0 comments on commit a0f65ef

Please sign in to comment.