Skip to content

Commit

Permalink
Merge pull request #531 from proddy/dev
Browse files Browse the repository at this point in the history
3.4.2b2
  • Loading branch information
proddy committed May 29, 2022
2 parents e65f507 + 072fe52 commit e6bfd90
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

# [3.4.1] May 29 2022

## Fixed

- Fix memory leak in api [#524](https://github.com/emsesp/EMS-ESP32/issues/524)

## Changed

- Controller data in web-ui only for IVT [#522](https://github.com/emsesp/EMS-ESP32/issues/522)
- Rename hidden `climate` to a more explaining name [#523](https://github.com/emsesp/EMS-ESP32/issues/523)
- Minor changes to the Customizations web page [#527](https://github.com/emsesp/EMS-ESP32/pull/527)

# [3.4.0] May 23 2022

## Added
Expand Down
14 changes: 4 additions & 10 deletions CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# Changelog

## [3.4.1]
# [3.4.2]

### Added
## Added

### Fixed
## Fixed

- fix memory leak in api [#524](https://github.com/emsesp/EMS-ESP32/issues/524)

### Changed

- controller data in web-ui only for IVT [#522](https://github.com/emsesp/EMS-ESP32/issues/522)
- rename hidden `climate` to a more explaining name [#523](https://github.com/emsesp/EMS-ESP32/issues/523)
- Minor changes to the Customizations web page [#527](https://github.com/emsesp/EMS-ESP32/pull/527)
## Changed

## **BREAKING CHANGES:**
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define EMSESP_APP_VERSION "3.4.1b1"
#define EMSESP_APP_VERSION "3.4.2b1"

0 comments on commit e6bfd90

Please sign in to comment.