Skip to content

Commit

Permalink
Merge pull request #65 from kuzzleio/2.2.1-proposal
Browse files Browse the repository at this point in the history
Release 2.2.1
  • Loading branch information
jenow authored Feb 15, 2021
2 parents 90b911a + 0d22ae0 commit 2711686
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion .ci/doc/templates/without-ctor.tpl.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import 'package:kuzzle/kuzzle.dart';
import 'package:kuzzle/src/protocols/http.dart';

void main() {
[snippet-code]
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.2.1]

- Bugfix: Export HttpProtocol class

## [2.2.0]

- Add HTTP Protocol
Expand Down
1 change: 1 addition & 0 deletions lib/kuzzle.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export 'src/kuzzle/response.dart';
export 'src/kuzzle/role.dart';
export 'src/kuzzle/user.dart';
export 'src/protocols/abstract.dart';
export 'src/protocols/http.dart';
export 'src/protocols/websocket.dart';
export 'src/search_result/documents.dart';
export 'src/search_result/profiles.dart';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: kuzzle
version: 2.2.0
version: 2.2.1
description: A library to interact with kuzzle API. A backend software,
self-hostable and ready to use to power modern cross-platform apps.
homepage: https://github.com/kuzzleio/sdk-dart
Expand Down

0 comments on commit 2711686

Please sign in to comment.