and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.0.7] - 2021-03-04
### Minor Changes
#### com.unity.ml-agents (C#)
In order to improve the developer experience for Unity ML-Agents Toolkit, we have added in-editor analytics.
/// Unity package version of com.unity.ml-agents.
/// This must match the version string in package.json and is checked in a unit test.
/// </summary>
internal const string k_PackageVersion = "1.0.6";
internal const string k_PackageVersion = "1.0.7";
const int k_EditorTrainingPort = 5004;
{
"name": "com.unity.ml-agents",
"displayName": "ML Agents",
"version": "1.0.6",
"version": "1.0.7",
"unity": "2018.4",
"description": "Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).",
"dependencies": {