Skip to content

Commit

Permalink
Add empty migration for 1.14.3
Browse files Browse the repository at this point in the history
Adds an empty migration definition to Release.toml to allow for a 1.14.3
release.

Signed-off-by: Sean McGinnis <[email protected]>
  • Loading branch information
stmcginnis committed Jul 28, 2023
1 parent ca306b3 commit f0ba96a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,5 @@ version = "1.15.0"
"(1.14.1, 1.14.2)" = [
"migrate_v1.14.2_ecs-images-cleanup.lz4",
]
"(1.14.2, 1.15.0)" = []
"(1.14.2, 1.14.3)" = []
"(1.14.3, 1.15.0)" = []

0 comments on commit f0ba96a

Please sign in to comment.