Skip to content

Commit

Permalink
Release v1.7.12_es6.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SawamiWataru committed May 24, 2019
1 parent 39cfb3e commit 724ddda
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 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))
* Some Unittests that use memcached fail.([#416](https://github.com/personium/personium-core/issues/416))

IMPROVEMENTS:
* Update activemq-client version.([#383](https://github.com/personium/personium-core/issues/383))
* Concurrent request support for token authentication to the same account(App cell).([#398](https://github.com/personium/personium-core/issues/398))
* Update jackson-databind version.([#420](https://github.com/personium/personium-core/issues/420))

## 1.7.11
BUG FIXES:
* There is a part that is not closed after executing HttpClient execute.([#406](https://github.com/personium/personium-core/issues/406))
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.12_es6.6.1-SNAPSHOT</version>
<version>1.7.12_es6.6.1</version>
<name>personium-core Maven Webapp</name>
<url>http://maven.apache.org</url>
<licenses>
Expand Down

0 comments on commit 724ddda

Please sign in to comment.