Skip to content

Commit

Permalink
Merge pull request #287 from brentzundel/master
Browse files Browse the repository at this point in the history
0.9.1 Release
  • Loading branch information
brentzundel authored Aug 28, 2018
2 parents 244f6c5 + afebfb5 commit 0c503b7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.9.1
* Set fees accepts strings
* relies on stable versions of all artifacts
* optimization of size for ios build
* refactoring and code improvements
* bugfixes

## 0.9.0
* Added functionality
* build_verify_req_handler
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.9.015.87"
def sovtokenfees_deb_version = "0.9.015.87"
def sovtoken_deb_version = "0.9.11.88"
def sovtokenfees_deb_version = "0.9.11.88"

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 @@ -88,5 +88,5 @@ COPY libsovtoken-ci-entrypoint.sh /usr/local/bin/
ENTRYPOINT ["libsovtoken-ci-entrypoint.sh"]


ENV LIBSOVTOKEN_CI_ENV_VERSION=0.33.0
ENV LIBSOVTOKEN_CI_ENV_VERSION=0.35.0

2 changes: 1 addition & 1 deletion libsovtoken/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libsovtoken"
version = "0.9.0"
version = "0.9.1"
authors = [
"Matt Raffel <matt.raffel@evernym.com",
"Stephen Felt <stephen.felt@evernym.com",
Expand Down

0 comments on commit 0c503b7

Please sign in to comment.