***Cli**: New cli tool for downloading and updating plugins
***Annotations**: Annotations can now contain links that can be clicked (you can navigate on to annotation popovers), closes [#1588](https://github.com/grafana/grafana/issues/1588)
***Plugin API**: Both datasource and panel plugin api (and plugin.json schema) have been updated, requiring an update to plugins. See [plugin api](https://github.com/grafana/grafana/blob/master/public/app/plugins/plugin_api.md) for more info.
<selectclass="gf-form-input gf-size-auto"ng-model="ctrl.current.jsonData.tsdbVersion"ng-options="v.value as v.name for v in ctrl.tsdbVersions"></select>