Skip to content

Commit

Permalink
Release v1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
SawamiWataru committed Mar 23, 2018
1 parent f191c67 commit ffc9aa9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.6.7
BUG FIXES:
* Authority of the token acquired by Google account authentication is incorrect.([#173](https://github.com/personium/personium-core/issues/173))
* Some item's value of event are garbled when action 'exec', 'relay' or 'relay.event' is executed.([#175](https://github.com/personium/personium-core/issues/175))

IMPROVEMENTS:
* Unify the values of CollectionKind.([#84](https://github.com/personium/personium-core/issues/84))
* Can't set personium-localcell:/__ctl/Role to EventObject on rule with _Box.Name.([#177](https://github.com/personium/personium-core/issues/177))
* Convert personium-localunit scheme to https scheme on EventSubject.([#179](https://github.com/personium/personium-core/issues/179))

## 1.6.6
BUG FIXES:
* Message API does not send to other Unit.([#37](https://github.com/personium/personium-core/issues/37))
Expand Down
6 changes: 3 additions & 3 deletions 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.7-SNAPSHOT</version>
<version>1.6.7</version>
<name>personium-core Maven Webapp</name>
<url>http://maven.apache.org</url>
<licenses>
Expand Down Expand Up @@ -36,12 +36,12 @@
<dependency>
<groupId>io.personium</groupId>
<artifactId>personium-plugin-base</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>io.personium</groupId>
<artifactId>personium-plugins</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>io.personium</groupId>
Expand Down

0 comments on commit ffc9aa9

Please sign in to comment.