CHANGELOG.md in graphql-metrics-4.0.5 vs CHANGELOG.md in graphql-metrics-4.0.6
- old
+ new
@@ -1,7 +1,11 @@
+4.0.6
+-----
+- [35](https://github.com/Shopify/graphql-metrics/pull/35) Fix query start time, start time offset bugs.
+
4.0.5
-----
-- [34] Fix default of pre-parsed query `parsing_duration` to be Float (`0.0`) rather than Integer (`0`).
+- [34](https://github.com/Shopify/graphql-metrics/pull/34) Fix default of pre-parsed query `parsing_duration` to be Float (`0.0`) rather than Integer (`0`).
4.0.4
-----
- [33](https://github.com/Shopify/graphql-metrics/pull/33) Setup tracing using lex or execute_multiplex tracer events.