diff --git a/CHANGELOG.md b/CHANGELOG.md index 66a4455..2f6ab9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.3.11 (2024-09-18) + +* New streaming support, including `read-values` and `write-values`. + See [docs/streaming.md](docs/streaming.md). Thanks to [@bsless](https://github.com/bsless)! + [#82](https://github.com/metosin/jsonista/pull/82) + ## 0.3.10 (2024-08-09) * The `:strip-nils` option now doesn't strip empty values like `{}` or `""`. diff --git a/project.clj b/project.clj index 02604ec..d40d905 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/jsonista "0.3.10" +(defproject metosin/jsonista "0.3.11" :description "Clojure library for fast JSON encoding and decoding." :url "https://github.com/metosin/jsonista" :license {:name "Eclipse Public License"