Skip to content

Commit

Permalink
chore(main): release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 5, 2024
1 parent 1e345fe commit 3e72161
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.1.0"
}
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## [1.1.0](https://github.com/googleapis/go-gorm-spanner/compare/v1.0.0...v1.1.0) (2024-02-05)


### Features

* Support AutoMigrate for modifying existing tables ([#27](https://github.com/googleapis/go-gorm-spanner/issues/27)) ([cb7163b](https://github.com/googleapis/go-gorm-spanner/commit/cb7163b05a6bbfee022de63d5b09f98ea0f75830))


### Bug Fixes

* **deps:** Update github.com/googleapis/go-gorm-spanner digest to cb7163b ([#29](https://github.com/googleapis/go-gorm-spanner/issues/29)) ([1e345fe](https://github.com/googleapis/go-gorm-spanner/commit/1e345fed705fca89a55c07acc9d06c39fac55962))
* **deps:** Update github.com/googleapis/go-gorm-spanner digest to e5c0b83 ([#11](https://github.com/googleapis/go-gorm-spanner/issues/11)) ([dde97ac](https://github.com/googleapis/go-gorm-spanner/commit/dde97ac4a11b3ca1ca1ad7307a658952314cde70))

0 comments on commit 3e72161

Please sign in to comment.