Skip to content

Commit d3f1da6

Browse files
Bump version to 1.1.2, update CHANGELOG.md
1 parent a18bcb1 commit d3f1da6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 1.1.2 (24 Jun 2024)
2+
3+
This release includes several bug fixes.
4+
5+
* Fix regressions in the built-in HTTP server introduced in 1.0
6+
* Fix CLI test harness to work with the latest wasmtime
7+
18
# 1.1.1 (21 Jun 2024)
29

310
This release adds support for 6.0 toolchain, regression fixes, and internal improvements.

Sources/CartonHelpers/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
public let cartonVersion = "1.1.1"
15+
public let cartonVersion = "1.1.2"

0 commit comments

Comments
 (0)