Skip to content

Commit 6b696ed

Browse files
committed
release 3.4
1 parent 9276cda commit 6b696ed

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## [3.4.0]
4+
### Changed
5+
- AtlasClient.authenticate[...] classmethods now return an instance.
6+
7+
38
## [3.3.0]
49
### Added
510
- AtlasClient.resolveTagsBulk([...]) method for doing multple tag resolutions
@@ -17,6 +22,7 @@
1722

1823

1924
[unreleased]: https://github.com/ForstaLabs/librelay-node/tree/master
25+
[3.4.0]: https://github.com/ForstaLabs/librelay-node/tree/v3.4.0
2026
[3.3.0]: https://github.com/ForstaLabs/librelay-node/tree/v3.3.0
2127
[3.2.0]: https://github.com/ForstaLabs/librelay-node/tree/v3.2.0
2228
[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.3.0",
3+
"version": "3.4.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)