1#### v0.0.1 (12 Apr 2021) 2 3#### v0.0.1 -> v0.1.0 (13 Apr 2021) 4* update EDHOC to version v5 of the draft 5 6#### v0.1.0 -> v1.0.0 (25 Jul 2022) 7* update EDHOC to version v15 of the draft 8* change the CBOR library to zcbor 9* change the format of the text vectors 10* Support for suites 0,1,2,3 11* Support for methods 0,1,2,3 12* use CI to run RFC tests 13* Build uOSCORE and uEDHOC in a single static library 14* Add support for X509 certificates 15* improve API 16* Add a sample showing the combined usage of OSCORE and EDHOC 17* Add support for P256 and use mbedtls as crypto back-end 18* Add replay window and sequence number checking for OSCORE 19* add additional compiler warning flags