Skip to content

Commit

Permalink
Version 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
john-shaffer committed Sep 19, 2024
1 parent adcbe44 commit 5c3ccce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

## v2.3.1 (2024-09-19)

- Fix a number of cases where a valid map such as `{"Ref":,,,}` passed to a function resulted in an error. These functions could only accept strings, keywords, and symbols. This has been fixed so that they now accept any valid form.

## v2.3.0 (2024-04-12)
Expand Down
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(:require [org.corfield.build :as bb]))

(def lib 'io.staticweb/cloudformation-templating)
(def version "2.3.0")
(def version "2.3.1")

(defn get-version [opts]
(str version (when (:snapshot opts) "-SNAPSHOT")))
Expand Down

0 comments on commit 5c3ccce

Please sign in to comment.