Skip to content

Commit fc3408f

Browse files
committed
v0.9.0
1 parent c53f130 commit fc3408f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

dbops.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
RootModule = '.\dbops.psm1'
55

66
# Version number of this module.
7-
ModuleVersion = '0.8.1'
7+
ModuleVersion = '0.9.0'
88

99
# ID used to uniquely identify this module
1010
GUID = '16dff216-533a-4fa3-9b2e-4408dbe15e63'

docs/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Release notes for v0.9.0:
2+
- ### Pester 5 and redesigned test structure (#152) by @nvarscar
3+
- ### Adding AlwaysRollback deployment method (#154) by @nvarscar
14
# Release notes for v0.8.1:
25
- ### Wrapper around dotnet call to filter output (#148) by @nvarscar
36
# Release notes for v0.8.0:

0 commit comments

Comments
 (0)