Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
PR-URL: #226
  • Loading branch information
tshemsedinov committed Aug 19, 2021
1 parent 369d014 commit 2175189
Show file tree
Hide file tree
Showing 4 changed files with 131 additions and 94 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

## [Unreleased][unreleased]

## [2.0.0][] - 2021-08-19

- Support GET requests and change calls: `hook` and `invoke`
- Add `redirect` method to `Client` with delegation to `Channel`
- Update dependencies

## [1.8.2][] - 2021-08-06

Expand Down Expand Up @@ -132,7 +135,8 @@ Module stub v0.0.0 and all before 1.0.0 are experiments with syntactic and
binary structures and multiple different ideas originated from JSTP and old
protocols like USP and CLEAR.

[unreleased]: https://github.com/metarhia/metacom/compare/v1.8.2...HEAD
[unreleased]: https://github.com/metarhia/metacom/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/metarhia/metacom/compare/v1.8.1...v2.0.0
[1.8.2]: https://github.com/metarhia/metacom/compare/v1.8.1...v1.8.2
[1.8.1]: https://github.com/metarhia/metacom/compare/v1.8.0...v1.8.1
[1.8.0]: https://github.com/metarhia/metacom/compare/v1.7.5...v1.8.0
Expand Down
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
| Version | Supported |
| ------- | ------------------ |
| 0.x | :x: |
| 1.x | :white_check_mark: |
| 1.x | :x: |
| 2.x | :white_check_mark: |

## Reporting a Vulnerability

Expand Down
Loading

0 comments on commit 2175189

Please sign in to comment.