Skip to content

Commit

Permalink
prepping for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Doyle committed Nov 15, 2018
1 parent d8584a0 commit d60e308
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## GRNOC TSDS Aggregate 1.2.0 -- Thu Nov 15 2018

### Features:

* ISSUE=8332 Changed the way "dirty" documents are looked for to be a boolean instead
of a timerange scan, a lot more efficient. This requires working with tsds-services >= 1.6.2
since a corresponding change was made there.


## GRNOC TSDS Aggregate 1.1.1 -- Thu Nov 16 2017

### Features:
Expand Down
2 changes: 1 addition & 1 deletion grnoc-tsds-aggregate.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: GRNOC TSDS Aggregate
Name: grnoc-tsds-aggregate
Version: 1.1.1
Version: 1.2.0
Release: 1%{?dist}
License: GRNOC
Group: Measurement
Expand Down
2 changes: 1 addition & 1 deletion lib/GRNOC/TSDS/Aggregate.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ package GRNOC::TSDS::Aggregate;
use strict;
use warnings;

our $VERSION = "1.1.1";
our $VERSION = "1.2.0";

1;

0 comments on commit d60e308

Please sign in to comment.