Skip to content

Commit 17e514d

Browse files
committed
Release 6.1.0
1 parent a56c67a commit 17e514d

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ Each change should include:
1111
Place any breaking changes under a "BREAKING changes" list item
1212
-->
1313

14-
# v6.1.0 - UNRELEASED
14+
# v6.2.0 - UNRELEASED
15+
16+
# v6.1.0 - 2025-09-01
1517

1618
* Add encoding for `java.time.Instant`
1719
[#241](https://github.com/dakrone/cheshire/pull/241)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ encoders.
4141
## Usage
4242

4343
```clojure
44-
[cheshire "6.0.0"]
44+
[cheshire "6.1.0"]
4545

46-
;; Cheshire v6.0.0 uses Jackson 2.18.3
46+
;; Cheshire v6.1.0 uses Jackson 2.20.0
4747

4848
;; In your ns statement:
4949
(ns my.ns

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject cheshire "6.1.0-SNAPSHOT"
1+
(defproject cheshire "6.1.0"
22
:description "JSON and JSON SMILE encoding, fast."
33
:url "https://github.com/dakrone/cheshire"
44
:license {:name "The MIT License"

0 commit comments

Comments
 (0)