diff --git a/CHANGELOG.md b/CHANGELOG.md
index 300d41f0..c0499320 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+
+# [0.126.0](https://github.com/ipfs/interface-ipfs-core/compare/v0.125.0...v0.126.0) (2020-01-09)
+
+
+
# [0.125.0](https://github.com/ipfs/interface-ipfs-core/compare/v0.124.1...v0.125.0) (2019-12-11)
diff --git a/SPEC/FILES.md b/SPEC/FILES.md
index b9b6aaf1..419cb6dc 100644
--- a/SPEC/FILES.md
+++ b/SPEC/FILES.md
@@ -24,6 +24,7 @@ The regular, top-level API for add, cat, get and ls Files on IPFS
The Files API, aka MFS (Mutable File System)
_Explore the Mutable File System through interactive coding challenges in our [ProtoSchool tutorial](https://proto.school/#/mutable-file-system/)._
+ - [files.chmod](#fileschmod)
- [files.cp](#filescp)
- [files.flush](#filesflush)
- [files.ls](#filesls)
@@ -36,6 +37,7 @@ _Explore the Mutable File System through interactive coding challenges in our [P
- [files.readReadableStream](#filesreadreadablestream)
- [files.rm](#filesrm)
- [files.stat](#filesstat)
+ - [files.touch](#filestouch)
- [files.write](#fileswrite)
### ⚠️ Note
@@ -58,6 +60,8 @@ Where `data` may be:
{
path: '/tmp/myfile.txt', // The file path
content: // A Buffer, Readable Stream, Pull Stream or File with the contents of the file
+ mode: // optional integer mode to store the entry with
+ mtime: