Skip to content

Commit 0500583

Browse files
committed
[all] release: v0.6.4
1 parent 2abf33c commit 0500583

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## v0.7.0 - (under development)
44

5+
## v0.6.4 - (2021-01-16)
6+
7+
- Fix issue with configuration of `jvm-metrics` when `:sampling-interval` isn't provided
8+
59
## v0.6.3 - (2021-01-16)
610

711
- [**NEW**] Added documentation and scripts on how to use ***μ/log*** with Amazon Athena (thanks to @etolbakov)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ In order to use the library add the dependency to your `project.clj`
106106

107107
``` clojure
108108
;; Leiningen project
109-
[com.brunobonacci/mulog "0.6.3"]
109+
[com.brunobonacci/mulog "0.6.4"]
110110

111111
;; deps.edn format
112-
{:deps { com.brunobonacci/mulog {:mvn/version "0.6.3"}}}
112+
{:deps { com.brunobonacci/mulog {:mvn/version "0.6.4"}}}
113113
```
114114

115115
Current version: [![Clojars Project](https://img.shields.io/clojars/v/com.brunobonacci/mulog.svg)](https://clojars.org/com.brunobonacci/mulog)

ver/mulog.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.0-SNAPSHOT
1+
0.6.4

0 commit comments

Comments
 (0)