Skip to content

Commit

Permalink
Merge pull request #374 from 0xPolygonID/pre-release-2.2.9
Browse files Browse the repository at this point in the history
chore(versioning): pre release versioning
  • Loading branch information
jrl351 authored Jan 29, 2024
2 parents bf03cdb + a320450 commit 54a88d4
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.2.9
- Multiple circuits download and circuit V3 support
- Credential rawValue field on the claimDTO and claimEntity
- Credential refresh service
- Credential DisplayType capability
- Minor fixes

## 2.2.8+2
- Fixed protocol library method for revocation status check

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Polygon ID Flutter SDK

[![pub package](https://img.shields.io/badge/pub-2.2.8+2-blueviolet)](https://pub.dev/packages/polygonid_flutter_sdk)
[![pub package](https://img.shields.io/badge/pub-2.2.9-blueviolet)](https://pub.dev/packages/polygonid_flutter_sdk)
[![build](https://github.com/iden3/polygonid-flutter-sdk/workflows/polygonid_flutter_sdk/badge.svg)](https://github.com/iden3/polygonid-flutter-sdk/actions?query=workflow%3Apolygonid_flutter_sdk)
[![codecov](https://codecov.io/gh/iden3/polygonid-flutter-sdk/branch/develop/graph/badge.svg?token=0SI0XWGXKL)](https://codecov.io/gh/iden3/polygonid-flutter-sdk)
[![license](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://github.com/iden3/polygonid-flutter-sdk/blob/master/LICENSE-APACHE)
Expand Down
2 changes: 1 addition & 1 deletion android/sdk.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ext {
sdkVersion = '2.2.6'
sdkVersion = '2.2.9'
}
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Demonstrates how to use the polygonid_flutter_sdk plugin.
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

version: 2.2.8+23081801
version: 2.2.9+24012901


environment:
Expand Down
2 changes: 1 addition & 1 deletion ios/polygonid_flutter_sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'polygonid_flutter_sdk'
s.version = '2.2.8'
s.version = '2.2.9'
s.summary = 'Flutter plugin for PolygonID SDK'
s.description = <<-DESC
PolygonID SDK flutter plugin project.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: polygonid_flutter_sdk
description: PolygonID Flutter SDK (https://polygon.technology/polygon-id). This plugin provides a cross-platform tool (iOS, Android) to integrate the PolygonID solution.
version: 2.2.8+2
version: 2.2.9
homepage: https://polygon.technology/polygon-id
repository: https://github.com/0xPolygonID/polygonid-flutter-sdk
issue_tracker: https://github.com/0xPolygonID/polygonid-flutter-sdk/issues
Expand Down

0 comments on commit 54a88d4

Please sign in to comment.