Skip to content

Commit

Permalink
Prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhanunlu committed Dec 27, 2017
1 parent 5349559 commit 18feb7f
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
Release 7 Treskilling Yellow (2017-12-27)
------------------------------------------
Common: bump OracleJDK to 8 in .travis.yml (#281)
Common: add Ruby client (#230)
Common: update READMEs markdown in according with CommonMark (#267)
Common: migrate CI/CD to release-manager (#306)
Scala Core: bump to 0.2.0 (#292)
Scala Core: downgrade json4s to 3.2.11 (#268)
Scala Core: add support for Unversioned Schema (#147)
Scala Core: bump sbt-bintray to 0.5.1 (#285)
Scala Core: add Scala 2.12 support (#276)
Scala Core: bump SBT to 1.0.4 (#180)
Scala Core: add json4s to test scope (#236)
Schema DDL: bump to 0.6.0 (#293)
Schema DDL: add linter for upper maxLength (#220)
Schema DDL: add check that root of JSON Schema has type object (#224)
Schema DDL: add linter for optional fields (#252)
Schema DDL: bump iglu-core-json4s to 0.2.0 (#297)
Schema DDL: generate fixed length for 'email' fields (#257)
Schema DDL: add support for 'date' format (#256)
Schema DDL: add uuid format #305
Schema DDL: add Scala 2.12 support (#288)
igluctl: bump to 0.3.0 (#294)
igluctl: bump Schema DDL to 0.6.0 (#295)
igluctl: switch to Scala 2.12 (#287)
igluctl: add lint check of unknown formats (#227)
igluctl: bump AWS SDK S3 to 1.11.250 (#279)
igluctl: fix incorrect generation of Redshift and JSON Path filenames (#271)
Scala Repo Server: bump Scala to 2.10.6 (#289)

Release 6 Ceres (2016-10-05)
----------------------------
Documentation: break out Igluctl quick-start into Windows, macOS, Linux (#209)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ All support for Iglu is handled through the standard Snowplow Analytics channels

## Copyright and license

Iglu is copyright 2014-2016 Snowplow Analytics Ltd.
Iglu is copyright 2014-2017 Snowplow Analytics Ltd.

Licensed under the **[Apache License, Version 2.0][license]** (the "License");
you may not use this software except in compliance with the License.
Expand All @@ -47,7 +47,7 @@ limitations under the License.
[travis-image]: https://travis-ci.org/snowplow/iglu.png?branch=master
[travis]: http://travis-ci.org/snowplow/iglu

[release-image]: https://img.shields.io/badge/release-6_Ceres-orange.svg?style=flat
[release-image]: https://img.shields.io/badge/release-7_Treskilling_Yellow-orange.svg?style=flat
[releases]: https://github.com/snowplow/snowplow/releases

[license-image]: http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
r4-epaulettes
r7-treskilling-yellow

0 comments on commit 18feb7f

Please sign in to comment.