Skip to content

Commit 08d58a9

Browse files
committed
documentation update
1 parent 155e838 commit 08d58a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22
All notable changes to webpush-go will be documented in this file.
33

4-
## [2.0.0] - 2025-01-01
4+
## [2.0.0] - 2025-01-16
55

66
* Update the `Keys` struct definition to store `Auth` as `[16]byte` and `P256dh` as `*ecdh.PublicKey`
77
* `Keys` can no longer be compared with `==`; use `(*Keys.Equal)` instead

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Web Push API Encryption with VAPID support.
66

7-
This library is a fork of [SherClockHolmes/webpush-go](https://github.com/SherClockHolmes/webpush-go).
7+
This library is a fork of [SherClockHolmes/webpush-go](https://github.com/SherClockHolmes/webpush-go). See CHANGELOG.md for details on migrating from the upstream library.
88

99
```bash
1010
go get -u github.com/ergochat/webpush-go/v2

0 commit comments

Comments
 (0)