diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..283db41 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +## v0.0.11 (2025-10-13) +### Notes + +- Fix libcodex.h path +- Rename CodexNew to New +- Rename CodexConfig to Config + +## v0.0.10 (2025-10-13) +### Notes + +- First release + +### Features + +- Codex data info +- Upload using `reader`, `file` and `chunks` +- Download using `stream` and `chunks` +- P2P connect +- Peer info and debug info \ No newline at end of file diff --git a/RELEASE.md b/RELEASE.md index 077b2c1..ae88276 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,12 +1,6 @@ -## v0.0.10 (2025-10-13) +## v0.0.11 (2025-10-13) ### Notes -- First release - -### Features - -- Codex data info -- Upload using `reader`, `file` and `chunks` -- Download using `stream` and `chunks` -- P2P connect -- Peer info and debug info \ No newline at end of file +- Fix libcodex.h path +- Rename CodexNew to New +- Rename CodexConfig to Config \ No newline at end of file