Skip to content

Commit

Permalink
release LittleProxy 2.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev committed Feb 27, 2023
1 parent 90ebc90 commit 9256913
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ You can embed LittleProxy in your own projects through Maven with the following:
<dependency>
<groupId>xyz.rogfam</groupId>
<artifactId>littleproxy</artifactId>
<version>2.0.15</version>
<version>2.0.16</version>
</dependency>
```

Or with Gradle like this

`implementation "xyz.rogfam:littleproxy:2.0.15"`
`implementation "xyz.rogfam:littleproxy:2.0.16"`

Once you've included LittleProxy, you can start the server with the following:

Expand Down
11 changes: 10 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Release Notes

- 2.0.15 (14.12.2022, https://github.com/LittleProxy/LittleProxy/milestone/TODO?closed=1)
- 2.0.16 (27.02.2023, https://github.com/LittleProxy/LittleProxy/milestone/21?closed=1)
- rename "master" branch to "main"
- #207 Remove redundant file generated by unit test -- thanks to Valery Yatsynovich
- #206 Export certificate to generated by SelfSignedMitmManager KeyStore directory -- thanks to Valery Yatsynovich
- Bump slf4j.version from 2.0.5 to 2.0.6
- Bump log4j-core from 2.19.0 to 2.20.0
- Bump selenium-java from 4.7.1 to 4.8.1
- Bump netty.version from 4.1.86.Final to 4.1.89.Final

- 2.0.15 (14.12.2022, https://github.com/LittleProxy/LittleProxy/milestone/20?closed=1)
- Bump netty-codec-haproxy from 4.1.85.Final to 4.1.86.Final
- Bump selenium-java from 4.6.0 to 4.7.1
- Bump slf4j.version from 2.0.4 to 2.0.5
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>xyz.rogfam</groupId>
<artifactId>littleproxy</artifactId>
<packaging>jar</packaging>
<version>2.0.16-SNAPSHOT</version>
<version>2.0.16</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 9256913

Please sign in to comment.