diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c817bd4..0c432695 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ 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). -## [Unreleased] +## [0.11.0] ### Added * Implemented `EthernetClass::setMACAddress(mac)`. diff --git a/README.md b/README.md index a8e64cf2..748b249a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # _QNEthernet_, an lwIP-Based Ethernet Library For Teensy 4.1 -_Version: 0.11.0-snapshot_ +_Version: 0.11.0_ The _QNEthernet_ library provides Arduino-like `Ethernet` functionality for the Teensy 4.1. While it is mostly the same, there are a few key differences that diff --git a/library.json b/library.json index 30fbb058..56e9a2ae 100644 --- a/library.json +++ b/library.json @@ -13,7 +13,7 @@ "type": "git", "url": "https://github.com/ssilverman/QNEthernet" }, - "version": "0.11.0-snapshot", + "version": "0.11.0", "license": "MIT", "homepage": "https://github.com/ssilverman/QNEthernet", "frameworks": "arduino", diff --git a/library.properties b/library.properties index 565e10c0..50434c30 100644 --- a/library.properties +++ b/library.properties @@ -1,6 +1,6 @@ # https://arduino.github.io/arduino-cli/latest/library-specification/ name=QNEthernet -version=0.11.0-snapshot +version=0.11.0 author=Shawn Silverman maintainer=Shawn Silverman sentence=An lwIP-based Ethernet library for Teensy 4.1.