diff --git a/README.md b/README.md index 800b140..3773353 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,13 @@ To run the sample follow the below steps: the new Kinesis Video stream might be delayed significantly. ## Release Notes +### Release 1.0.14 (Aug 2019) +* Fixed frame timecode during re-encoding in KinesisVideoRekognitionLambdaExample +* Fixed region for derived KVS Stream +* Using default FaceType for external image ids that doesn't follow specified format +* Upgraded JCodec version to 0.2.3 which provides scaling list support +* Log improvements + ### Release 1.0.13 (Apr 2019) * Fix: Make process method in H264FrameProcessor and H264FrameDecoder throw FrameProcessException. diff --git a/pom.xml b/pom.xml index 4a0a5f9..a5f53ee 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ amazon-kinesis-video-streams-parser-library jar Amazon Kinesis Video Streams Parser Library - 1.0.13 + 1.0.14 The Amazon Kinesis Video Streams Parser Library for Java enables Java developers to parse the streams returned by GetMedia calls to Amazon Kinesis Video.