diff --git a/BreakingChanges.md b/BreakingChanges.md index 51ceef59dce..49d877795a9 100644 --- a/BreakingChanges.md +++ b/BreakingChanges.md @@ -2,6 +2,9 @@ To see biggest differences check changes in demo. +## In version 0.0.11 +* Changes in CustomStreamTransformer implementation, LazyInterpreter became LazyParameter, please look at samples to see changes in API + ## In version 0.0.8 * Upgrade to Flink 1.4 @@ -9,4 +12,4 @@ To see biggest differences check changes in demo. * Parameters of sources and sinks are expressions now - automatic update of DB is available * Change of configuration of Grafana dashboards * Custom processes are defined in main configuration file now -* TODO: anything else? +* TODO: anything else? \ No newline at end of file diff --git a/demo/docker/.env b/demo/docker/.env index 35feedce0e6..394786b1536 100644 --- a/demo/docker/.env +++ b/demo/docker/.env @@ -1,2 +1,2 @@ CODE_LOCATION=/tmp/code-assembly.jar -NUSSKNACKER_VERSION=0.0.10 \ No newline at end of file +NUSSKNACKER_VERSION=0.0.11 \ No newline at end of file