Skip to content

Commit 0d36c03

Browse files
committed
Version 0.27.0
1 parent be8082a commit 0d36c03

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Unreleased
22

3+
## v0.27.0 (2025-05-02)
4+
35
- (deprecation) Rename `:client` config option
46
to `:cloudformation-client` for `change-set`, `stack`, and
57
`stack-properties` components.

build.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[org.corfield.build :as bb]))
55

66
(def lib 'rs.shaffe/salmon)
7-
(def version "0.26.0")
7+
(def version "0.27.0")
88

99
(defn get-version [opts]
1010
(str version (when (:snapshot opts) "-SNAPSHOT")))

0 commit comments

Comments
 (0)