Skip to content

Commit

Permalink
Merge pull request #118 from branan/maint/master/deploy-token
Browse files Browse the repository at this point in the history
(maint) Use a github token encrypted for this repo
  • Loading branch information
Michael Smith committed Dec 16, 2015
2 parents bdd02d9 + e6395d1 commit 329d23a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ env:
deploy:
provider: releases
api_key:
secure: Pu4B74hKMM8658PTQg1KCmuHKtOSsrwZ97JYu6LV7WcHMiXe5XkCPgY14cP6dnIVhGGuMfD4RunlnxfxFzlR4I/qqweat4/96prsvu0FqgTjyxcbZ11tiFTkF7mly30YwNhDVCta9R0jHMCcLMmHYMNo8VEHuixh7mB1TDZy6fI=
secure: XARXGAo5DNbqu7/EVPlKocdAAdtVqui2yaJiqw8GVXMSsK5lxqkHNfm1UF204y9ONl7DTa1hzBS8VRLupfb2aIjIZWMM68tnWYbyJYNdRUevylPTK01rO9wpR8iVe7xFqQOlDXPrX0UVfKCvf+e1j+IleO5Eyjf1mTLIRR3fuOY=
file: leatherman.tar.gz
skip_cleanup: true
on:
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.3.0] - TBD
## [0.3.1] - 2015-12-16

### Fixed

- The key for publishing builds from travis was incorrectly encrypted.

## [0.3.0] - 2015-12-16

### Added
- Option to build dynamic libraries
Expand Down

0 comments on commit 329d23a

Please sign in to comment.