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

Commit

Permalink
Merge pull request #2 from essentialkaos/develop
Browse files Browse the repository at this point in the history
Version 1.2.1
  • Loading branch information
andyone committed Dec 24, 2015
2 parents bcf8ad5 + 3417a43 commit bf43051
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Changelog

#### v1.2.1

* Added pkg.re usage

#### v1.2

* Improved async data sending
* Fixed minor bug with getting EOF error

#### v1.1

* Added `Collector` for collecting metrics for some period
Expand Down
6 changes: 3 additions & 3 deletions librato.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ import (
"strings"
"time"

"github.com/essentialkaos/ek/req"
"github.com/essentialkaos/ek/timeutil"
"pkg.re/essentialkaos/ek.v1/req"
"pkg.re/essentialkaos/ek.v1/timeutil"
)

// ////////////////////////////////////////////////////////////////////////////////// //

// VERSION contains current version of librato package and used as part of User-Agent
const VERSION = "1.1"
const VERSION = "1.2.1"

// ////////////////////////////////////////////////////////////////////////////////// //

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Package for working with [Librato Metrics](https://www.librato.com) API from go
#### Installation

````
go get github.com/essentialkaos/librato
go get pkg.re/essentialkaos/librato.v1
````

#### Status
Expand Down

0 comments on commit bf43051

Please sign in to comment.