Skip to content

Commit

Permalink
Update the project version to 1.6.1
Browse files Browse the repository at this point in the history
Also update the CHANGELOG.
  • Loading branch information
ssilverman committed Dec 6, 2022
1 parent 6de6a63 commit 282d7a3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

This document details the changes between each release.

## [1.6.1]

### Changed
* Only compile EEPROM things if EEPROM.h (and `__has_include`) exists.

## [1.6.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Readme for libCBOR v1.6.0
# Readme for libCBOR v1.6.1

This is a library for processing CBOR
[RFC 7049](https://tools.ietf.org/html/rfc7049) data.
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "git",
"url": "https://github.com/ssilverman/libCBOR"
},
"version": "1.6.0",
"version": "1.6.1",
"license": "BSD-3-Clause",
"homepage": "https://github.com/ssilverman/libCBOR",
"frameworks": "arduino",
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=libCBOR
version=1.6.0
version=1.6.1
author=Shawn Silverman <[email protected]>
maintainer=Shawn Silverman <[email protected]>
sentence=A CBOR (RFC 7049) processing library.
Expand Down

0 comments on commit 282d7a3

Please sign in to comment.