Skip to content

Commit

Permalink
Version bump and changelog update. New version is 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Bot committed Nov 27, 2020
1 parent 00925c6 commit 081f385
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [v0.3.7](https://github.com/corvis/prana_rc/tree/v0.3.7) (2020-11-27)

**Implemented enhancements:**

- Add "disconnect\_all" method to force termination of the ble connection without server restart [\#12](https://github.com/corvis/prana_rc/issues/12)
- Add healthcheck api method to query server status and verify connections from the remote client [\#11](https://github.com/corvis/prana_rc/issues/11)
- Add current brightness value to the device state [\#10](https://github.com/corvis/prana_rc/issues/10)

## [v0.3.6](https://github.com/corvis/prana_rc/tree/v0.3.6) (2020-11-17)

## [v0.3.5](https://github.com/corvis/prana_rc/tree/v0.3.5) (2020-11-17)

## [v0.3.4](https://github.com/corvis/prana_rc/tree/v0.3.4) (2020-11-15)
Expand Down
2 changes: 1 addition & 1 deletion src/prana_rc/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

__version__ = "0.3.6"
__version__ = "0.3.7"

0 comments on commit 081f385

Please sign in to comment.