Skip to content

Commit

Permalink
v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jguerinet committed Apr 10, 2019
1 parent 5eec363 commit ca3fea6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## Version 7.0.0 (2019-04-10)

- Renamed the entire Analytics section to be Constants
- Added the capacity to have multiple ConstantsConfigs for different types of Constants
- Removed the `types` array in the `ConstantConfig`, the types will be grabbed from the Csv
- Fixed bug where some optional fields were required
- Added documentation

## Version 6.0.0 (2019-04-08)

- For Analytics, added option to specify which column the mobile analytics should align to
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#

# Project properties
weave_version=6.0.0
weave_version=7.0.0
artifact_name=weave
artifact_main_class=com.guerinet.weave.Weave
group=com.guerinet
Expand Down

0 comments on commit ca3fea6

Please sign in to comment.