Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit 14254ff

Browse files
committed
Release v1.1.0
1 parent 0ae06bc commit 14254ff

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
Performance, Page, and Network Assertions against the HAR.
66

7+
# [1.1.0]
8+
- ZIP distribution with launch scripts, SSL certificates and keys
9+
- Dependency updates
10+
711
# [1.0.0]
812
- Initial fork based on BrowserMob Proxy
913
- HTTP/2 support via Netty 4.1.34 upgrade

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ subprojects {
2828
apply plugin: 'signing'
2929

3030
group = 'com.browserup'
31-
version = '1.1.0-SNAPSHOT'
31+
version = '1.1.0'
3232

3333
sourceCompatibility=11
3434

0 commit comments

Comments
 (0)