Skip to content

Commit

Permalink
changelog and versions for v0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cohix committed May 5, 2022
1 parent 5ad5c97 commit 10e8d77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion atmo/release/version.go
@@ -1,4 +1,4 @@
package release

// AtmoDotVersion represents the dot version for atmo
var AtmoDotVersion = "0.4.6"
var AtmoDotVersion = "0.4.7"
1 change: 1 addition & 0 deletions changelogs/v0.4.7.md
@@ -0,0 +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.
2 changes: 1 addition & 1 deletion example-project/Directive.yaml
@@ -1,6 +1,6 @@
identifier: com.suborbital.test
appVersion: v0.0.1
atmoVersion: v0.4.6
atmoVersion: v0.4.7

# uncomment to try out connections!
connections:
Expand Down

0 comments on commit 10e8d77

Please sign in to comment.