diff --git a/CHANGELOG.md b/CHANGELOG.md index 0100495..579b63f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/compare/v0.2.0...v0.2.1) (2024-04-15) + + +### Bug Fixes + +* Allow similarity search on table names with special characters ([#65](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/issues/65)) ([4832524](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/commit/4832524b4b5ab9eddeb2a1bdc919608f59945652)) + ## [0.2.0](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/compare/v0.1.0...v0.2.0) (2024-04-08) diff --git a/src/langchain_google_cloud_sql_mysql/version.py b/src/langchain_google_cloud_sql_mysql/version.py index 20c5861..fffa9d9 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.0" +__version__ = "0.2.1"