diff --git a/CHANGELOG.md b/CHANGELOG.md index 579b63f..a02ed10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.2](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/compare/v0.2.1...v0.2.2) (2024-04-30) + + +### Documentation + +* Add API reference docs ([#71](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/issues/71)) ([7b39d29](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/commit/7b39d29f0e20e47f15d2167af73fce71f4fb9e18)) +* Add example workflow to vector store doc ([#67](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/issues/67)) ([fadfc41](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/commit/fadfc41d0f3c907262f2c3936205cf68204c3909)) + ## [0.2.1](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/compare/v0.2.0...v0.2.1) (2024-04-15) diff --git a/src/langchain_google_cloud_sql_mysql/version.py b/src/langchain_google_cloud_sql_mysql/version.py index fffa9d9..6265626 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.1" +__version__ = "0.2.2"