File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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
115115Current version: [ ![ Clojars Project] ( https://img.shields.io/clojars/v/com.brunobonacci/mulog.svg )] ( https://clojars.org/com.brunobonacci/mulog )
Original file line number Diff line number Diff line change 1- 0.7.0-SNAPSHOT
1+ 0.6.4
You can’t perform that action at this time.
0 commit comments