diff --git a/CHANGELOG.md b/CHANGELOG.md index 83fb95f..d1bc433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/googleapis/llama-index-spanner-python/compare/v0.1.1...v0.1.2) (2025-08-11) + + +### Bug Fixes + +* Pytest retry for flaky test ([#25](https://github.com/googleapis/llama-index-spanner-python/issues/25)) ([f5d1179](https://github.com/googleapis/llama-index-spanner-python/commit/f5d1179ea28501152d44254812b4b894f4adf46c)) + ## [0.1.1](https://github.com/googleapis/llama-index-spanner-python/compare/v0.1.0...v0.1.1) (2025-08-08) @@ -16,4 +23,4 @@ ### Documentation -* Graph Retriever Notebooks.([#3](https://github.com/googleapis/llama-index-spanner-python/pull/3)) ([90a7c80](https://github.com/googleapis/llama-index-spanner-python/pull/3/commits/90a7c8013149f2775f8cd2d0c541297dbdb5250e) +* Graph Retriever Notebooks.([#3](https://github.com/googleapis/llama-index-spanner-python/pull/3)) ([90a7c80](https://github.com/googleapis/llama-index-spanner-python/pull/3/commits/90a7c8013149f2775f8cd2d0c541297dbdb5250e)) diff --git a/src/llama_index_spanner/version.py b/src/llama_index_spanner/version.py index 74ad277..bcc7a63 100644 --- a/src/llama_index_spanner/version.py +++ b/src/llama_index_spanner/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.1.1" +__version__ = "0.1.2"