# Change Log
## v0.2.2.2
- Bump `hashable` upper bounds
## v0.2.2.1
- Bump upper bounds
## v0.2.2.0
- Add `gaugeIncrement` and `gaugeDecrement` functions [#16](https://github.com/parsonsmatt/monad-metrics/pull/16)
## v0.2.1.1
- Bump `exceptions` upper bound from 0.9 to 0.10
## v0.2.1.0
- Introduced `timedList` method, to store the same distribution data under several names at once.
- Fix some documentation typos
## v0.2.0.0
- Make `timed` and `timed'` require a `MonadMask` constraint for bracketing.
- [#7](https://github.com/sellerlabs/monad-metrics/pull/7) Switch `Map` to `HashMap`; [~4x faster to look up](https://github.com/sellerlabs/monad-metrics/pull/8)
- Fix a potential race condition when registering new metrics.
## v0.1.0.2
Fix bug where timed metrics are reported in the negatives.
## ~~v0.1.0.0~~ v0.1.0.1
Initial Release