Skip to content

Commit 8d1db28

Browse files
Merge pull request #26 from andre-marcos-perez/feature/new-release
add new release on changelog
2 parents 088d6f0 + 69d91a4 commit 8d1db28

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: build
33
on:
44

55
schedule:
6-
- cron: '0 0/12 * * *'
6+
- cron: '0 0 * * *'
77

88
push:
99
branches: [ master ]

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [v1.1.0](https://github.com/andre-marcos-perez/spark-standalone-cluster-on-docker/releases/tag/v1.1.0) (2020-08-09)
6+
7+
### Features
8+
9+
- Scala kernel for JupyterLab;
10+
- Jupyter notebook with Spark Scala API example.
11+
12+
### Repository
13+
14+
- Docs general improvements;
15+
- Pull request template refactored.
16+
517
## [v1.0.0](https://github.com/andre-marcos-perez/spark-standalone-cluster-on-docker/releases/tag/v1.0.0) (2020-07-30)
618

719
### Tech Stack

0 commit comments

Comments
 (0)