Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit 6a0bf30

Browse files
committed
Prepare for the 0.14.0 development cycle
Signed-off-by: Arunprasad Rajkumar <[email protected]>
1 parent 0e9c66a commit 6a0bf30

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ We use the following categories for changes:
1313
- `Fixed` for any bug fixes.
1414
- `Security` in case of vulnerabilities.
1515

16+
## Unreleased
17+
18+
### Added
19+
20+
### Changed
21+
22+
### Fixed
23+
1624
## [0.13.0] - 2022-07-20
1725

1826
### Added

pkg/version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ var (
3838
// It is customary to bump the version by incrementing the numeral after
3939
// the `dev` tag. The SQL migration script name must correspond to the /new/ version.
4040

41-
Promscale = "0.13.0"
42-
PrevReleaseVersion = "0.12.1"
41+
Promscale = "0.14.0-dev.0"
42+
PrevReleaseVersion = "0.13.0"
4343
CommitHash = "" // Comes from -ldflags settings
4444
Branch = "" // Comes from -ldflags settings
4545
EarliestUpgradeTestVersion = "0.3.0" // 0.3.0 earliest version an image with correct extension versions exists

0 commit comments

Comments
 (0)