Skip to content

Commit

Permalink
Update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRomp authored Aug 9, 2023
1 parent 5f296c7 commit 2acffd9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions ecowitt-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
<!-- https://developers.home-assistant.io/docs/add-ons/presentation#keeping-a-changelog -->
# Ecowitt Proxy Add-On
Changelog

## 0.1.16

- Fix DOCS.md screenshot
- Add release drafter workflow
- Add build configuration

## 0.1.15

- Add minimum documentation
- Add changelog


## 0.1.14

- Initial GitHub release
2 changes: 1 addition & 1 deletion ecowitt-proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ EXPOSE 8081

# [email protected]
LABEL \
io.hass.version="0.1.15" \
io.hass.version="0.1.16" \
io.hass.type="addon" \
io.hass.arch="armhf|aarch64|i386|amd64|armv7"

Expand Down
2 changes: 1 addition & 1 deletion ecowitt-proxy/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Ecowitt HTTP Proxy"
description: "An HTTP proxy for Ecowitt weather stations to foward to the Ecowitt integration over HTTPS since Ecowitt does not support HTTPS"
version: "0.1.15"
version: "0.1.16"
slug: ecowitt-proxy
homeassistant_api: true
init: false
Expand Down

0 comments on commit 2acffd9

Please sign in to comment.