Skip to content

Commit

Permalink
Merge pull request #294 from brentzundel/master
Browse files Browse the repository at this point in the history
0.9.2 Release
  • Loading branch information
mac-arrap authored Sep 4, 2018
2 parents ca7b339 + 2597c7b commit b51bfba
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.9.2
* Android and iOS builds in CD pipeline
* Changed transactions to use JSON objects rather than unlabeled arrays
* bugfixes

## 0.9.1
* Set fees accepts strings
* relies on stable versions of all artifacts
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 @@ -51,8 +51,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.13.90"
def sovtokenfees_deb_version = "0.9.13.90"
def sovtoken_deb_version = "0.9.21.94"
def sovtokenfees_deb_version = "0.9.21.94"

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 @@ -90,4 +90,4 @@ COPY libsovtoken-ci-entrypoint.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/libsovtoken-ci-entrypoint.sh
ENTRYPOINT ["libsovtoken-ci-entrypoint.sh"]

ENV LIBSOVTOKEN_CI_ENV_VERSION=0.39.0
ENV LIBSOVTOKEN_CI_ENV_VERSION=0.40.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.1"
version = "0.9.2"
authors = [
"Matt Raffel <[email protected]",
"Stephen Felt <[email protected]",
Expand Down

0 comments on commit b51bfba

Please sign in to comment.