Skip to content

Commit

Permalink
Merge pull request #276 from brentzundel/master
Browse files Browse the repository at this point in the history
0.9.0 Release
  • Loading branch information
mac-arrap authored Aug 15, 2018
2 parents a6183b3 + 009e5b2 commit 5fb8db8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.9.0
* Added functionality
* build_verify_req_handler
* parse_verify_response_handler
* iOS build artifacts in CI/CD pipeline
* Increased System testing
* Android log support
* Bugfixes

## 0.8.0

* Follows new Indy-SDK Payments API
Expand Down
4 changes: 2 additions & 2 deletions devops/aws-codebuild/Jenkinsfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ pipelineWrapper({
// not accurate (it concatenates them):
// debian package version: <src_version>+<release_version>
// debian package name: <src_version><release_version>
def sovtoken_deb_version = "0.8.045.72"
def sovtokenfees_deb_version = "0.8.045.72"
def sovtoken_deb_version = "0.9.01.73"
def sovtokenfees_deb_version = "0.9.01.73"

sh """
cd ./devops/docker/ci/xenial/
Expand Down
2 changes: 1 addition & 1 deletion devops/docker/ci/xenial/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ COPY libsovtoken-ci-entrypoint.sh /usr/local/bin/
ENTRYPOINT ["libsovtoken-ci-entrypoint.sh"]


ENV LIBSOVTOKEN_CI_ENV_VERSION=0.31.0
ENV LIBSOVTOKEN_CI_ENV_VERSION=0.32.0

0 comments on commit 5fb8db8

Please sign in to comment.