Skip to content

Commit

Permalink
Updating release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
oxtoacart committed Sep 25, 2013
1 parent 728ed4c commit cfe66e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ Release History

This release added back basic support for Man in the Middle (MITM) proxying.
The current MITM support is intended primarily for projects that wish to use
LittleProxy to facilitate HTTP related testing.
LittleProxy to facilitate HTTP related testing. See
[MitmProxyTest](src/test/java/org/littleshoot/proxy/MitmProxyTest.java) for an
example of how to use the updated MITM support.

[Certificate impersonation](https://github.com/adamfisk/LittleProxy/issues/85)
would need to be implemented in order for LittleProxy to work well in an
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>org.littleshoot</groupId>
<artifactId>littleproxy</artifactId>
<packaging>jar</packaging>
<version>1.0.0-beta2-SNAPSHOT</version>
<version>1.0.0-beta2</version>
<name>LittleProxy</name>
<description>
LittleProxy is a high performance HTTP proxy written in Java and using the Netty networking framework.
Expand Down

0 comments on commit cfe66e7

Please sign in to comment.