Skip to content

Commit

Permalink
updating for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Doyle committed Jul 16, 2020
1 parent 2d0dab7 commit de0789e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## GRNOC TSDS Services 1.6.8 -- Thu Jul 16 2020

### Features:

* Including a new script for changing the values of required metadata
fields. This will allow for things like renaming a host while maintaining
continuity in the data.

### Bug Fixes:

* Fixed issue introduced in 1.6.7 where subqueries to constrained locations
would fail due to their use of a temporary table.
* Fixed issue with reconnecting to RMQ in the Push webservice API


## GRNOC TSDS Services 1.6.7 -- Mon Jul 6 2020

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

our $VERSION = '1.6.7';
our $VERSION = '1.6.8';

sub new {
my $caller = shift;
Expand Down

0 comments on commit de0789e

Please sign in to comment.