We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be8082a commit 0d36c03Copy full SHA for 0d36c03
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## Unreleased
2
3
+## v0.27.0 (2025-05-02)
4
+
5
- (deprecation) Rename `:client` config option
6
to `:cloudformation-client` for `change-set`, `stack`, and
7
`stack-properties` components.
build.clj
@@ -4,7 +4,7 @@
[org.corfield.build :as bb]))
(def lib 'rs.shaffe/salmon)
-(def version "0.26.0")
+(def version "0.27.0")
8
9
(defn get-version [opts]
10
(str version (when (:snapshot opts) "-SNAPSHOT")))
0 commit comments