Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YLivay committed Aug 9, 2018
1 parent a592fcf commit 9718387
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Release notes
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 0.2.0
- Support passing token using a `GJPUSH_TOKEN` environment variable
- Support passing token using a global credentials file located in the user's home directory.

## 0.1.0
- **Initial release!**
- Resumable build uploading and creation
2 changes: 1 addition & 1 deletion pkg/project/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ const (
Name = "gjpush"

// Version is the project version.
Version = "0.1.0"
Version = "0.2.0"
)

0 comments on commit 9718387

Please sign in to comment.