Skip to content

Commit

Permalink
bump versions and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cohix committed Nov 21, 2021
1 parent 455e287 commit 52275da
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 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.1"
var AtmoDotVersion = "0.4.2"
1 change: 1 addition & 0 deletions changelogs/v0.4.2.md
@@ -0,0 +1 @@
Atmo Beta-4.2 fixes a crash that can occur when using the `ATMO_CONTROL_PLANE` option
2 changes: 1 addition & 1 deletion docs/concepts/the-directive.md
Expand Up @@ -7,7 +7,7 @@ Here's an example Directive:
```yaml
identifier: com.suborbital.guide
appVersion: v0.0.1
atmoVersion: v0.4.1
atmoVersion: v0.4.2

handlers:
- type: request
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/creating-handlers.md
Expand Up @@ -13,7 +13,7 @@ Each handler tells Atmo how to handle a **resource.** A resource is an input tha
```yaml
identifier: com.suborbital.test
appVersion: v0.0.1
atmoVersion: v0.4.1
atmoVersion: v0.4.2

handlers:
- type: request
Expand Down
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.1
atmoVersion: v0.4.2

# uncomment to try out connections!
connections:
Expand Down

0 comments on commit 52275da

Please sign in to comment.