Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

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 c716151 commit f5ce25e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ 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
- Upgrade to light-rest-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-proxy"

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

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.networknt</groupId>
<artifactId>light-proxy</artifactId>
<packaging>jar</packaging>
<version>1.4.4</version>
<version>1.4.6</version>
<name>light-proxy</name>
<description>Light Proxy</description>
<url>https://github.com/networknt/light-proxy</url>
Expand Down Expand Up @@ -52,8 +52,8 @@
<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-rest-4j>1.4.4</version.light-rest-4j>
<version.light-4j>1.4.6</version.light-4j>
<version.light-rest-4j>1.4.6</version.light-rest-4j>
<version.jackson>2.9.0</version.jackson>
<version.slf4j>1.7.21</version.slf4j>
<version.jose4j>0.5.5</version.jose4j>
Expand Down

0 comments on commit f5ce25e

Please sign in to comment.