Skip to content

Commit

Permalink
Merge pull request #74 from xmtp/daniel-release1-1-0
Browse files Browse the repository at this point in the history
build: publish 1.1.0
  • Loading branch information
dmccartney authored Jun 28, 2023
2 parents da5fe1c + 9da2ec4 commit cc3d462
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.1.0
- feat: use deterministic topic/keyMaterial invite generation
- fix: discard messages from unsupported codecs when they have no fallback
- fix: partition batch calls to fit max size

## 1.0.0
- General Availability release
- Fix for publishing v1 contact bundle signatures
Expand Down
2 changes: 1 addition & 1 deletion lib/src/common/api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import 'package:flutter/foundation.dart';
import 'package:grpc/grpc.dart' as grpc;
import 'package:xmtp_proto/xmtp_proto.dart' as xmtp;

const sdkVersion = '1.0.0';
const sdkVersion = '1.1.0';
const clientVersion = "xmtp-flutter/$sdkVersion";
// TODO: consider generating these ^ during build.

Expand Down

0 comments on commit cc3d462

Please sign in to comment.