From 23114e8d25f99d1764bc40836c47e24d377e7fca Mon Sep 17 00:00:00 2001 From: Andrew Herron Date: Wed, 27 Mar 2024 15:43:06 +1100 Subject: [PATCH] 14.1.4 changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbd82ca7..f51bc650 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 14.1.4 - 2024-03-27 ### Fixed - `IS_CI` now checks that `isTTY` is false. #TINY-10801