Fixes an incorrect enum in RoutingActivationResponse.ResponseCode. DeniedRequiresTLS was incorrectly 0x6 when it should be 0x7. 0x6 now also correctly identified as DeniedUnsupportedActivationType. Thanks to clementramirez.
1.1.2
Thanks to noamraph for removing tests entry point from the release package to avoid conflicts.
1.1.1
Fix SSLContext bug - thanks sfaiss
1.1.0
HarshaLaxman added `get_entity` method which can serve as a mechanism to discover ECU's in addition to the existing `await_vehicle_announcement`. Only supports IPV4 over broadcast for now.