Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.1.0 #26

Merged
merged 1 commit into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
20 changes: 20 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

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


### Features

* Commit timestamp fields ([#32](https://github.com/googleapis/go-gorm-spanner/issues/32)) ([aef6dfa](https://github.com/googleapis/go-gorm-spanner/commit/aef6dfaacc938287b7b2b2eb9c1ef36565967e2a))
* 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))
* **deps:** Update github.com/googleapis/go-sql-spanner digest to 4aa18f6 ([#12](https://github.com/googleapis/go-gorm-spanner/issues/12)) ([22da32d](https://github.com/googleapis/go-gorm-spanner/commit/22da32dc2fe901066b4b767dc11d34dd64339249))
* **deps:** Update google.golang.org/genproto digest to 1f4bbc5 ([#14](https://github.com/googleapis/go-gorm-spanner/issues/14)) ([0b9d283](https://github.com/googleapis/go-gorm-spanner/commit/0b9d283967c4d76298a3f588d5526f751ec62cb1))
* **deps:** Update module cloud.google.com/go to v0.112.0 ([#15](https://github.com/googleapis/go-gorm-spanner/issues/15)) ([3d24efc](https://github.com/googleapis/go-gorm-spanner/commit/3d24efce75fe9cfbe22375680673c0f2d0c0a957))
* **deps:** Update module cloud.google.com/go/longrunning to v0.5.5 ([#16](https://github.com/googleapis/go-gorm-spanner/issues/16)) ([4b1c0a7](https://github.com/googleapis/go-gorm-spanner/commit/4b1c0a7ca33ca0bed04379991073975b29fe22e3))
* **deps:** Update module google.golang.org/api to v0.161.0 ([#17](https://github.com/googleapis/go-gorm-spanner/issues/17)) ([6469d03](https://github.com/googleapis/go-gorm-spanner/commit/6469d03a2180920eed5e49c011b2d3b8488caeaa))
Loading