Skip to content

Commit

Permalink
Prepare veresion 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Feb 24, 2015
1 parent 9f882b9 commit 545590a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Change Log
==========

1.2.0 *(2015-02-24)*
--------------------

Public:

* Option for a running notification while recording. This prevents the recording process from
being killed by Android.
* Translations for IT, JA, TR.
* Fix: MediaRecorder prepare crash on most devices.


1.1.0 *(2015-01-18)*
--------------------

Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Release

2. Update the `CHANGELOG.md` with the public and internal changes.

3. Commit with `git commit -m "Prepare version X.Y.Z."` replacing 'X.Y.Z' with the version number.
3. Commit with `git commit -am "Prepare version X.Y.Z."` replacing 'X.Y.Z' with the version number.

4. Create an annotated tag with `git tag -a X.Y.X -m "Version X.Y.Z"` replacing 'X.Y.Z' with the
version number.
Expand Down
2 changes: 1 addition & 1 deletion telecine/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Manifest version information!
def versionMajor = 1
def versionMinor = 1
def versionMinor = 2
def versionPatch = 0
def versionBuild = 0 // bump for dogfood builds, public betas, etc.

Expand Down

0 comments on commit 545590a

Please sign in to comment.