From 20969597e3ddba8c4ee2a3e86904fa18022515f5 Mon Sep 17 00:00:00 2001 From: "Yuichiro Tachibana (Tsuchiya)" Date: Thu, 24 Oct 2024 00:36:58 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2a4e5c..5ae91ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.18.0] - 2024-10-24 +### Change +- Support Streamlit>=1.38.0, #233. +- Drop Python 3.8 support, #233. + ## [0.17.1] - 2023-08-21 ### Fix - Fix `get_session_info` to use `SessionManager.get_session_info()` instead of `.get_active_session_info()` because the session info sometimes can be inactive when accessed from this library, #202.