CHANGELOG.md in avro_turf-1.2.0 vs CHANGELOG.md in avro_turf-1.3.0
- old
+ new
@@ -1,8 +1,12 @@
# AvroTurf
## Unreleased
+## v1.3.0
+
+- Add support for plain user/password auth to ConfluentSchemaRegistry (#120)
+
## v1.2.0
- Expose `fetch_schema`, `fetch_schema_by_id` and `register_schema` schema in `Messaging` interface (#117, #119)
- Add ability to validate message before encoding in `Messaging#encode` interface (#116, #118)