Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Roberts authored and chrisvaughn committed Apr 23, 2018
1 parent 01caede commit e00e4f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [0.3.0] - 2018-03-09
### Changes
- `containers` in the config file is renamed to `apps` in order to be more flexible
- remove `_` from BigQuery table names to comply with BigQuery recommendations.

## [0.2.0] - 2018-02-15
### Added
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"google.golang.org/api/option"
)

var version = "0.3.1"
var version = "0.3.2"

// DNAQuery holds config and derived data
type DNAQuery struct {
Expand Down

0 comments on commit e00e4f7

Please sign in to comment.