From 2c43ac658074f2103dfd4c699c020ede28b045d6 Mon Sep 17 00:00:00 2001 From: ZhangJian He Date: Thu, 14 Mar 2024 17:00:00 +0800 Subject: [PATCH] docs: add change log for version 2.5.1 Signed-off-by: ZhangJian He --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ac7a2fd..51bf1e9 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,11 @@ So I do not use my json-smart anymore. I had fun with this project. If you want # Changelog +### *V 2.5.1* (2024-03-14) + +* Bump all dependencies. +* Fix OSGi import package version for net.minidev.asm. [PR 180](https://github.com/netplex/json-smart-v2/pull/180) + ### *V 2.5.0* (2023-07-10) * Add flag to drop the limit of json depth. [PR 156](https://github.com/netplex/json-smart-v2/pull/156)