diff --git a/CHANGELOG.md b/CHANGELOG.md index dff5020..fd32f0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.4](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/compare/v0.2.3...v0.2.4) (2024-09-26) + + +### Documentation + +* Update README.rst ([#94](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/issues/94)) ([fbc3e5c](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/commit/fbc3e5c9f65f49a9a9f6a505e5992c8c2a80fe61)) + ## [0.2.3](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/compare/v0.2.2...v0.2.3) (2024-07-03) diff --git a/src/langchain_google_cloud_sql_mysql/version.py b/src/langchain_google_cloud_sql_mysql/version.py index f6bd330..8eac172 100644 --- a/src/langchain_google_cloud_sql_mysql/version.py +++ b/src/langchain_google_cloud_sql_mysql/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.2.3" +__version__ = "0.2.4"