Skip to content

Commit 81098b9

Browse files
authored
Merge pull request #70 from pusher/release-4.0.3
Release 4.0.3
2 parents f6f9880 + bd04691 commit 81098b9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
4.0.3 / 2020-07-28
2+
==================
3+
* Added library name and version in HTTP Header (PR [#62](https://github.com/pusher/pusher-http-go/pull/62))
4+
* Changed: allow larger (10KB -> 20KB) requests as we sometimes do on dedicated clusters (PR [#66](https://github.com/pusher/pusher-http-go/pull/66))
5+
16
4.0.2 / 2020-07-28
27
==================
38
* Added `go.mod` for managing the library as a Go module

client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var pusherPathRegex = regexp.MustCompile("^/apps/([0-9]+)$")
1717
var maxTriggerableChannels = 100
1818

1919
const (
20-
libraryVersion = "4.0.2"
20+
libraryVersion = "4.0.3"
2121
libraryName = "pusher-http-go"
2222
)
2323

0 commit comments

Comments
 (0)