diff --git a/CHANGELOG b/CHANGELOG index 72ece73..ac48c86 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +19 Sep 2016: AnyProxy 3.10.3: + + * fix the cert path issue with Windows + * split out the cert management to an independent module + * add unit tests to AnyProxy + 29 Apr 2016: AnyProxy 3.10.0: * using node-forge to generate HTTPS certificates instead of openssl @@ -124,4 +130,4 @@ 9 Jan 2015: AnyProxy 3.0.2: - * UI improvement: add link and qr code to root CA file. \ No newline at end of file + * UI improvement: add link and qr code to root CA file. diff --git a/package.json b/package.json index 20e0181..383a2be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "anyproxy", - "version": "3.10.3Beta1", + "version": "3.10.3", "description": "A fully configurable proxy in NodeJS, which can handle HTTPS requests perfectly.", "main": "proxy.js", "bin": {