Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
BPP: Updated README and changeling with details about release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-archano committed Aug 25, 2016
1 parent e2ffb2a commit 9244794
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
Change Log
==========

Version 1.1.0 *(25/08/2016)*
----------------------------

- Removed `buildConfigProperties` / `resValueProperties`
- Added fallback support to `Entry` via `or()` operator
- Added environment variables support via built-in `buildProperties.env` set


Version 1.0.1 *(16/07/2016)*
----------------------------

Added possibility to specify error message when properties file not found.
- Added possibility to specify error message when properties file not found.


Version 1.0.0 *(16/07/2016)*
----------------------------

Initial release.
- Initial release.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.novoda:build-properties-plugin:1.0.1'
classpath 'com.novoda:build-properties-plugin:1.1.0'
}
}
```
Expand Down

0 comments on commit 9244794

Please sign in to comment.