Skip to content

Commit 0560fec

Browse files
committed
Update changelog / release 3.3
1 parent b898cd4 commit 0560fec

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
# Change Log
22

3+
## [3.3.0]
4+
### Added
5+
- AtlasClient.resolveTagsBulk([...]) method for doing multple tag resolutions
6+
in one call.
7+
8+
9+
## [3.2.0]
10+
### Changed
11+
- Refactored atlas authentication
12+
13+
314
## [3.1.0]
415
### Added
516
- Changelog file
617

718

819
[unreleased]: https://github.com/ForstaLabs/librelay-node/tree/master
20+
[3.3.0]: https://github.com/ForstaLabs/librelay-node/tree/v3.3.0
21+
[3.2.0]: https://github.com/ForstaLabs/librelay-node/tree/v3.2.0
922
[3.1.0]: https://github.com/ForstaLabs/librelay-node/tree/v3.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "librelay",
3-
"version": "3.2.2",
3+
"version": "3.3.0",
44
"description": "Signal based end-to-end crypto for Forsta messaging platform",
55
"repository": "ForstaLabs/librelay-node",
66
"engines": {

0 commit comments

Comments
 (0)