summarylogtreecommitdiffstats
path: root/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'changelog')
-rw-r--r--changelog23
1 files changed, 23 insertions, 0 deletions
diff --git a/changelog b/changelog
new file mode 100644
index 000000000000..b017066a91c0
--- /dev/null
+++ b/changelog
@@ -0,0 +1,23 @@
+# Version 1.0.5
+
+## List of changes
+
+### Breaking changes
+
+There are no breaking changes on this release.
+
+### Features
+
+ Support for pebble and badger3 datastores | #1809
+
+### Bug fixes
+
+ Fix panic on boot (related to libp2p AutoRelay) | #1796 | #1797
+ Fix error parsing quic-v1 multiaddresses from Kubo 0.18.0 | #1835 | #1841
+ Fix error building docker container with newer git | #1836
+ Fix building master due to pinned go-mfs dependency | #1817 | #1818
+
+### Other changes
+
+ Dependency updates (including libp2p v0.24.2) | #1813 | #1840
+ Switch Docker containers to pebble by default | #1842