We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71b28c commit 2eadd5eCopy full SHA for 2eadd5e
3 files changed
atmo/release/version.go
@@ -1,4 +1,4 @@
1
package release
2
3
// AtmoDotVersion represents the dot version for atmo
4
-var AtmoDotVersion = "0.4.5"
+var AtmoDotVersion = "0.4.6"
changelogs/v0.4.6.md
@@ -0,0 +1 @@
+Atmo Beta-4.6 fixes an issue with stream handlers that would fail to handle arbitrary message schemas.
example-project/Directive.yaml
@@ -1,6 +1,6 @@
identifier: com.suborbital.test
appVersion: v0.0.1
-atmoVersion: v0.4.5
+atmoVersion: v0.4.6
5
# uncomment to try out connections!
6
connections:
0 commit comments