Skip to content

Commit 2eadd5e

Browse files
committed
bump versions and add changelog
1 parent a71b28c commit 2eadd5e

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.5"
4+
var AtmoDotVersion = "0.4.6"

changelogs/v0.4.6.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Atmo Beta-4.6 fixes an issue with stream handlers that would fail to handle arbitrary message schemas.

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.5
3+
atmoVersion: v0.4.6
44

55
# uncomment to try out connections!
66
connections:

0 commit comments

Comments
 (0)