summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@netflix.com>2024-09-07 21:56:13 -0700
committerAmjith Ramanujam <amjith@netflix.com>2024-09-07 21:56:13 -0700
commit5d8370a91677d8cab6df55fafd93aec1e6907376 (patch)
tree6a12525fdd15009be4ab6c92dd4a56fb89c3e3d8
parent1d0c539d969655f8f97dcf932244d75726a30cc0 (diff)
Update changelog.v1.12.2
-rw-r--r--CHANGELOG.md9
-rw-r--r--litecli/__init__.py2
2 files changed, 4 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 371f599..a9104c8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,13 +1,10 @@
-## Upcoming - TBD
-
-### Features
+## 1.12.1 - 2024-09-07
### Bug Fixes
-### Internal Changes
-
+* Fix the missing packages due to invalid pyproject.toml config
-## 1.12.1 - 2024-09-07
+## 1.12.1 - 2024-09-07 (Yanked)
### Internal Changes
diff --git a/litecli/__init__.py b/litecli/__init__.py
index 438a38d..858085d 100644
--- a/litecli/__init__.py
+++ b/litecli/__init__.py
@@ -1 +1 @@
-__version__ = "1.12.1"
+__version__ = "1.12.2"