diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bcdfe9ac..3f9ffd8d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,7 +28,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: '>=1.26.0' + go-version: '>=1.26.1' # This step usually is not needed because the /ui/dist is pregenerated locally # but its here to ensure that each release embeds the latest admin ui artifacts. diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ee2cd89..3c1e0ad5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v0.36.6 (WIP) +## v0.36.6 - Set `NumberField.OnlyInt:true` for the generated View collection schema fields when a view column expression is known to return int-only values ([#7538](https://github.com/pocketbase/pocketbase/issues/7538)). @@ -10,7 +10,7 @@ - Set a fixed `routine.FireAndForget()` debug stack trace limit to 2KB. -- (@todo) Bumped min Go GitHub action version to 1.26.1 because it comes with some [security fixes](https://github.com/golang/go/issues?q=milestone%3AGo1.26.1). +- Bumped min Go GitHub action version to 1.26.1 because it comes with some minor [bug and security fixes](https://github.com/golang/go/issues?q=milestone%3AGo1.26.1). - Typos and other minor doc fixes.