Shopify / statsd-instrument

A StatsD client for Ruby apps. Provides metaprogramming methods to inject StatsD instrumentation into your code.
http://shopify.github.io/statsd-instrument
MIT License
574 stars 97 forks source link

Add missing version heading to `CHANGELOG.md` #317

Closed sambostock closed 2 years ago

sambostock commented 2 years ago

The last release failed to add the heading to the changelog.

This adds it and adds a test to ensure it doesn't happen again.

sambostock commented 2 years ago

I also noticed that the heading levels were inconsistent, so I updated those all to be <h2> (##), and added a test for that too.