Skip to content

Commit

Permalink
upgrade to 1.4.6 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Sep 24, 2017
1 parent 388793c commit 940fca4
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Changed

## 1.4.6 - 2017-09-24
### Added

### Changed
- Upgrade to light-4j 1.4.6

## 1.4.4 - 2017-09-20
### Added

Expand Down
2 changes: 1 addition & 1 deletion docs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ googleAnalytics = ""
provider = "GitHub"
repo_url = "https://github.com/networknt/light-graphql-4j"

version = "1.4.4"
version = "1.4.6"
logo = "images/logo.png"
favicon = ""

Expand Down
2 changes: 1 addition & 1 deletion graphql-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-graphql-4j</artifactId>
<version>1.4.4</version>
<version>1.4.6</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion graphql-router/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-graphql-4j</artifactId>
<version>1.4.4</version>
<version>1.4.6</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion graphql-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-graphql-4j</artifactId>
<version>1.4.4</version>
<version>1.4.6</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion graphql-validator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-graphql-4j</artifactId>
<version>1.4.4</version>
<version>1.4.6</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.networknt</groupId>
<artifactId>light-graphql-4j</artifactId>
<version>1.4.4</version>
<version>1.4.6</version>
<packaging>pom</packaging>
<name>Parent POM</name>
<description>Light 4J Framework GraphQL Components</description>
Expand Down Expand Up @@ -66,7 +66,7 @@
<properties>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.light-4j>1.4.4</version.light-4j>
<version.light-4j>1.4.6</version.light-4j>
<version.jackson>2.8.10</version.jackson>
<version.slf4j>1.7.25</version.slf4j>
<version.jose4j>0.5.5</version.jose4j>
Expand Down

0 comments on commit 940fca4

Please sign in to comment.