diff --git a/fern/products/sdks/overview/go/changelog/2026-01-05.mdx b/fern/products/sdks/overview/go/changelog/2026-01-05.mdx new file mode 100644 index 000000000..275d5e7d4 --- /dev/null +++ b/fern/products/sdks/overview/go/changelog/2026-01-05.mdx @@ -0,0 +1,6 @@ +## 1.22.0 +**`(feat):`** Generate error_codes.go per-namespace for multi-namespace Go SDKs. Each namespace now has its +own error_codes.go file containing only the error codes and error types from that namespace, +rather than a single global file with all errors. + +