# Version 1.19

- Mitigate compatibility issue due to Paranamer not supporting Java 8 bytecode

# Version 1.18

- Fix shading of classes in Guava

# Version 1.17

- Fix issue when using exportMap due to an incompatibility between Guava < 16.0.1 and Java 7u51+

# Version 1.16

- Add ObjectNamesBuilder method that takes a string

# Version 1.15

- Fix bug when exporting duplicate keys
- Add TestingMBeanModule

# Version 1.14

- Added ObjectNameBuilder

# Version 1.13

- Deprecated MBeanModule
- Replaced ExportBuilder with ExportBinder

# Version 1.12

- [Bug] Fix ConcurrentModificationException in MBeanExporter.unexportAll()

# Version 1.11

- Add function to MBeanExporter to unexport all exported mbeans
- Remove need to use PRODUCTION state in guice to enable jmxutils

# Version 1.10

- [Bug] Make mbean server injectable (broke in 1.9)

# Version 1.9

- Improve error reporting
- Add mock mbean server for testing
- Make MBeanExporter injectable

# Version 1.8

- Add support for @Nested and @Flatten

# Version 1.7

- Add convenience method to get MBeanExporter configured with platform mbean server
- Make guice optional

# Version 1.6

- Add method to un-export mbeans

# Version 1.5

- Custom Managed annotations
- Support for guice Keys in export method

# Version 1.4

- Automatic name generation for mbeans with withGeneratedName()
