Skip to content

Commit

Permalink
Prepare for 0.14.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
spenes committed Sep 22, 2021
1 parent b288b41 commit 6cad36d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 0.14.2 (2021-09-22)
---------------------------
BigQuery: handle disallowed characters in properties (#45)
Linting: check for characters disallowed in different DBs (#106)

Version 0.14.1 (2021-08-04)
---------------------------
Fix ScalaDoc publishing (#100)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Schema DDL itself does not provide any CLI and expose only Scala API.
Schema DDL is compiled against Scala 2.12 and 2.13 and available on Maven Central. In order to use it with SBT, include following module:

```scala
libraryDependencies += "com.snowplowanalytics" %% "schema-ddl" % "0.14.1"
libraryDependencies += "com.snowplowanalytics" %% "schema-ddl" % "0.14.2"
```


Expand Down Expand Up @@ -64,5 +64,5 @@ limitations under the License.
[contributing]: https://docs.snowplowanalytics.com/docs/contributing/
[contributing-image]: https://d3i6fms1cm1j0i.cloudfront.net/github/images/contributing.png

[api-reference]: https://snowplow.github.io/schema-ddl/0.14.1/com/snowplowanalytics/iglu/schemaddl/index.html
[api-reference]: https://snowplow.github.io/schema-ddl/0.14.2/com/snowplowanalytics/iglu/schemaddl/index.html
[api-reference-image]: https://d3i6fms1cm1j0i.cloudfront.net/github/images/techdocs.png

0 comments on commit 6cad36d

Please sign in to comment.