Skip to content

Commit 964f37e

Browse files
committed
Version 1.0.1
1 parent a98024b commit 964f37e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- No default coloring (coloring can be added through the `transform-fn`)
99
- "Logs as data": Log messages are simple clojure maps now. This makes it easy to transform to different
1010
final representations: string, colored string, JSON, EDN, etc.
11-
11+
1212
Example:
1313

1414
```clojure

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject ring-logger "1.0.1-SNAPSHOT"
1+
(defproject ring-logger "1.0.1"
22
:description "Log ring requests & responses using your favorite logging backend."
33
:url "https://github.com/nberger/ring-logger"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)