Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Incremented versions to 1.6.7
Browse files Browse the repository at this point in the history
Signed-off-by: artem.ivanov <artem.ivanov@dsr-company.com>
  • Loading branch information
Artemkaaas committed Oct 4, 2018
1 parent f5977d5 commit 96e85e8
Show file tree
Hide file tree
Showing 16 changed files with 86 additions and 13 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,12 @@
# Changelog

## 1.6.7
* Supported setting fees in `did rotate-key` CLI command.
* Supported hexadecimal seed for did and key creation.
* Removed TGB role.
* Added EXPERIMENTAL Rust wrapper for Libindy.
* Bugfixes.

## 1.6.6
* Fixed Android build rustflags. Now all architectures have same flags.

Expand Down
23 changes: 23 additions & 0 deletions Specs/libindy-objc/1.6.7/libindy-objc.podspec.json
@@ -0,0 +1,23 @@
{
"name": "libindy-objc",
"version": "1.6.7",
"summary": "Summary TODO.",
"homepage": "TODO",
"license": {
"type": "Apache License 2.0",
"file": "LICENSE"
},
"authors": {
"Daniel Hardman": "daniel.hardman@evernym.com"
},
"source": {
"http": "https://repo.sovrin.org/ios/libindy/stable/indy-objc/1.6.7/libindy-objc.zip"
},
"platforms": {
"ios": "10.0"
},
"ios": {
"vendored_frameworks": "libindy-objc/Indy.framework"
},
"module_name": "Indy"
}
23 changes: 23 additions & 0 deletions Specs/libindy/1.6.7/libindy.podspec.json
@@ -0,0 +1,23 @@
{
"name": "libindy",
"version": "1.6.7",
"summary": "Summary TODO.",
"description": "Description TODO.",
"homepage": "TODO",
"license": {
"type": "Apache License 2.0",
"file": "LICENSE"
},
"authors": {
"Daniel Hardman": "daniel.hardman@evernym.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"http": "https://repo.sovrin.org/ios/libindy/stable/libindy-core/1.6.7/libindy.tar.gz"
},
"source_files": "*.h",
"vendored_libraries": "*.a",
"requires_arc": false
}
2 changes: 1 addition & 1 deletion cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "indy-cli"
version = "1.6.6"
version = "1.6.7"
authors = ["Vyacheslav Gudkov <vyacheslav.gudkov@dsr-company.com>"]

[features]
Expand Down
5 changes: 4 additions & 1 deletion cli/debian/changelog
@@ -1,6 +1,9 @@
indy-cli (1.6.6) unstable; urgency=medium
indy-cli (1.6.7) unstable; urgency=medium

[ Hyperledger ]

* 1.6.7
* Supported setting fees in `did rotate-key` command.

* 1.6.5
* `ledger get-*` commands can be called without having an active `did`.
13 changes: 12 additions & 1 deletion doc/migration-guide-1.5.0-1.6.0.md
Expand Up @@ -26,6 +26,8 @@ version you can check migration guides history:
* [Ledger API 1.6.3](#ledger-api-163)
* [Libindy 1.6.3 to 1.6.4 migration](#libindy-163-to-164-migration-guide)
* [Libindy 1.6.4 to 1.6.5 migration](#libindy-164-to-165-migration-guide)
* [Libindy 1.6.5 to 1.6.6 migration](#libindy-164-to-165-migration-guide)
* [Libindy 1.6.6 to 1.6.7 migration](#libindy-164-to-165-migration-guide)


## Notes
Expand Down Expand Up @@ -1280,4 +1282,13 @@ The Libindy 1.6.4 release contains fixes that don't affect API functions.
The Libindy 1.6.5 release contains changes that related with Ledger API and Payment API but doesn't break them.
Parameter `submitter_did` set as the optional field for:
* Ledger API `indy_build_get_*` functions (except `indy_build_get_validator_info_request`).
* all functions in Payment API.
* all functions in Payment API.

## Libindy 1.6.5 to 1.6.6 migration Guide

The Libindy 1.6.6 release contains fixes that don't affect API functions.

## Libindy 1.6.6 to 1.6.7 migration Guide

* Supported hexadecimal seed.
* Removed TGB role from `indy_build_nym_request`.
2 changes: 1 addition & 1 deletion libindy/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libindy/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "indy"
version = "1.6.6"
version = "1.6.7"
authors = [
"Sergej Pupykin <sergej.pupykin@dsr-company.com>",
"Vyacheslav Gudkov <vyacheslav.gudkov@dsr-company.com>",
Expand Down
7 changes: 6 additions & 1 deletion libindy/debian/changelog
@@ -1,7 +1,12 @@
libindy (1.6.6) unstable; urgency=medium
libindy (1.6.7) unstable; urgency=medium

[ Hyperledger ]

* 1.6.7
* Supported hexadecimal seed for did and key creation.
* Removed TGB role.
* Bugfixes.

* 1.6.6
* Fixed Android build rustflags. Now all architectures have same flags.

Expand Down
2 changes: 1 addition & 1 deletion libnullpay/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libnullpay/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "null-payment-method"
version = "1.6.6"
version = "1.6.7"
authors = ["Nikita Khateev <nikita.khateev@dsr-corporation.com>"]
build = "build.rs"

Expand Down
2 changes: 1 addition & 1 deletion libnullpay/debian/changelog
@@ -1,4 +1,4 @@
libnullpay (1.6.6) unstable; urgency=medium
libnullpay (1.6.7) unstable; urgency=medium

[ Hyperledger ]
* Initial release
2 changes: 1 addition & 1 deletion wrappers/java/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>org.hyperledger</groupId>
<artifactId>indy</artifactId>
<packaging>jar</packaging>
<version>1.6.6</version>
<version>1.6.7</version>
<name>indy</name>
<description>This is the official SDK for Hyperledger Indy (https://www.hyperledger.org/projects),
which provides a distributed-ledger-based foundation for self-sovereign identity (https://sovrin.org).
Expand Down
2 changes: 1 addition & 1 deletion wrappers/nodejs/package.json
@@ -1,6 +1,6 @@
{
"name": "indy-sdk",
"version": "1.6.6",
"version": "1.6.7",
"description": "Native bindings for hyperledger indy",
"author": "hyperledger",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion wrappers/python/setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name='python3-indy',
version='1.6.6',
version='1.6.7',
packages=['indy'],
url='https://github.com/hyperledger/indy-sdk',
license='MIT/Apache-2.0',
Expand Down

0 comments on commit 96e85e8

Please sign in to comment.