Skip to content

Commit

Permalink
Merge pull request #84 from xmtp/np/bump-version
Browse files Browse the repository at this point in the history
build: publish 1.2.0
  • Loading branch information
nplasterer authored Aug 24, 2023
2 parents 762b83f + dc84dc0 commit e368a8e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.2.0
- feat: implement codecs for attachment, reaction, and reply
- fix: batch paginate across multiple queries
- fix: list all conversations across multiple query pages
- fix: join with comma to fix deterministic invites
- feat: support out-of-band decryption of conversation/message envelopes

## 1.1.0
- feat: use deterministic topic/keyMaterial invite generation
- fix: discard messages from unsupported codecs when they have no fallback
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.1.0';
const sdkVersion = '1.2.0';
const clientVersion = "xmtp-flutter/$sdkVersion";
// TODO: consider generating these ^ during build.

Expand Down

0 comments on commit e368a8e

Please sign in to comment.