Skip to content

Commit

Permalink
chore: prepare release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertByrnes committed Jul 30, 2024
1 parent f7af9ea commit 84dcd71
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 26 deletions.
23 changes: 0 additions & 23 deletions CONTRIBUTING.md

This file was deleted.

10 changes: 9 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,12 @@
- Add GitHub Actions workflow to ensure PlatformIO examples compile.
- Update GitHub Actions workflow to run tests multiple times with feature flags set.
- Add GitHub Actions workflow to ensure Arduino IDE compile.
- Fix Arduino IDE examples to compile when using arduino-esp32 @2.0.17 - This is still broken for @3.0.2 There is a breaking change in arduino-esp32 from v3.0.0 which is causing ambiguous reference errors to byte.
- Fix Arduino IDE examples to compile when using arduino-esp32 @2.0.17 - This is still broken for @3.0.2 There is a breaking change in arduino-esp32 from v3.0.0 which is causing ambiguous reference errors to byte.

13. `v1.3.1`

- Patch to fixing compilation on Arduino IDE of examples

14. `v1.3.2`

- Patch to update cert for https_get_sim7600 for Arduino IDE
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SSLClient",
"version": "1.3.1",
"version": "1.3.2",
"repository":
{
"type": "git",
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=GovoroxSSLClient
version=1.3.1
version=1.3.2
author=V Govorovski
maintainer=Robert Byrnes <[email protected]>
sentence=Provides secure network connection over a generic Client transport object.
Expand Down

0 comments on commit 84dcd71

Please sign in to comment.