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

Commit

Permalink
bump to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvaughn committed Mar 10, 2018
1 parent 772039b commit 951ad40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.0] - 2018-03-09
### Changes
- `containers` in the config file is renamed to `apps` in order to be more flexible

Expand All @@ -25,6 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Working code to take LogDNA archives in AWS S3, process them, and ingest them BigQuery.

[Unreleased]: https://github.com/lifechurch/dnaquery/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/lifechurch/dnaquery/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/lifechurch/dnaquery/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/lifechurch/dnaquery/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/lifechurch/dnaquery/compare/9bece45e6dfdb371b54a765a672429f9958bc2ca...v0.1.0
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.0-dev"
var version = "0.3.0"

type DNAQuery struct {
*Configuration
Expand Down

0 comments on commit 951ad40

Please sign in to comment.