Skip to content

Commit 10e8d77

Browse files
committed
changelog and versions for v0.4.7
1 parent 5ad5c97 commit 10e8d77

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

atmo/release/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package release
22

33
// AtmoDotVersion represents the dot version for atmo
4-
var AtmoDotVersion = "0.4.6"
4+
var AtmoDotVersion = "0.4.7"

changelogs/v0.4.7.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Atmo Beta-4.7 fixes a panic when attempting to connect to a control plane server that is not available, and an issue connecting to external databases.

example-project/Directive.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
identifier: com.suborbital.test
22
appVersion: v0.0.1
3-
atmoVersion: v0.4.6
3+
atmoVersion: v0.4.7
44

55
# uncomment to try out connections!
66
connections:

0 commit comments

Comments
 (0)