diff --git a/_config.yml b/_config.yml index d5aa5c751ed..7cfd2697f1a 100644 --- a/_config.yml +++ b/_config.yml @@ -138,9 +138,9 @@ social: # Home Assistant release details current_major_version: 0 -current_minor_version: 93 -current_patch_version: 2 -date_released: 2019-05-22 +current_minor_version: 94 +current_patch_version: 0 +date_released: 2019-06-05 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. diff --git a/source/_posts/2019-06-05-release-94.markdown b/source/_posts/2019-06-05-release-94.markdown new file mode 100644 index 00000000000..01afef59b73 --- /dev/null +++ b/source/_posts/2019-06-05-release-94.markdown @@ -0,0 +1,20 @@ +--- +layout: post +title: "0.94: TBD - update date" +description: "TO DO." +date: 2019-05-29 04:11:03 +date_formatted: "June 5, 2019" +author: Paulus Schoutsen +author_twitter: balloob +comments: true +categories: Release-Notes +og_image: /images/blog/2019-06-release-94/components.png +--- + + + +New: + - Possible to store core config in storage. Configuration.yaml will override storage. + - Onboarding updated to set core config + - Python 3.5.3 deprecated, support will be dropped in the first release after August 1. + - More cool stuff?