Skip to content

Commit

Permalink
chore: creating version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed Apr 17, 2024
1 parent c26a9a7 commit 70891a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

## [1.3.0] - 2024-04-16

### Added
- `WiFiMbedTLSSocket` class to allow SSL over plain sockets using Mbed TLS.
- `WiFiMbedTLSServer` sample that demonstrates an SSL web server over plain sockets using Mbed TLS
Expand Down Expand Up @@ -36,3 +38,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
[1.0.0]: https://github.com/gershnik/BetterWiFiNINA/releases/v1.0.0
[1.1.0]: https://github.com/gershnik/BetterWiFiNINA/releases/v1.1.0
[1.2.0]: https://github.com/gershnik/BetterWiFiNINA/releases/v1.2.0
[1.3.0]: https://github.com/gershnik/BetterWiFiNINA/releases/v1.3.0
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/platformio/platformio-core/develop/platformio/assets/schema/library.json",
"name": "BetterWiFiNINA",
"version": "1.2.0",
"version": "1.3.0",
"description": "An improved fork of WiFiNINA library",
"keywords": [
"NINA",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=BetterWiFiNINA
version=1.2.0
version=1.3.0
author=Eugene Gershnik
maintainer=Eugene Gershnik <gershnik@hotmail.com>
sentence=An improved fork of WiFiNINA library
Expand Down

0 comments on commit 70891a2

Please sign in to comment.