diff --git a/CHANGES.md b/CHANGES.md index 99d74d0..fb44a07 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # NEXT +# 1.0.2 - 16th July 2024 + +- fix string escaping when generating markdown + # 1.0.1 - 12th July 2024 - populate `:default` for all schemas and use it for Swagger's `:example` field diff --git a/project.clj b/project.clj index 65a1eb5..d67f726 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject threatgrid/flanders "1.0.2-SNAPSHOT" +(defproject threatgrid/flanders "1.0.3-SNAPSHOT" :description "flanders" :url "http://github.com/threatgrid/flanders" :license {:name "Eclipse Public License"