Browse code

Bump to version 1.3.0

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>

Michael Crosby authored on 2014/10/16 04:15:24
Showing 2 changed files
... ...
@@ -1,5 +1,19 @@
1 1
 # Changelog
2 2
 
3
+## 1.3.0 (2014-10-14)
4
+
5
+#### Notable features since 1.2.0
6
++ Docker `exec` allows you to run additional processes inside existing containers
7
++ Docker `create` gives you the ability to create a container via the CLI without executing a process
8
++ `--security-opts` options to allow user to customize container labels and apparmor profiles
9
++ Docker `ps` filters
10
+- Wildcard support to COPY/ADD
11
++ Move production URLs to get.docker.com from get.docker.io
12
++ Allocate IP address on the bridge inside a valid CIDR
13
++ Use drone.io for PR and CI testing
14
++ Ability to setup an official registry mirror
15
++ Ability to save multiple images with docker `save`
16
+
3 17
 ## 1.2.0 (2014-08-20)
4 18
 
5 19
 #### Runtime
... ...
@@ -1 +1 @@
1
-1.2.0-dev
1
+1.3.0