Skip to content

Commit

Permalink
Prepare for 0.7.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhanunlu committed Mar 25, 2024
1 parent e61da86 commit 7b41e72
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.7.5 (2024-03-25)
--------------------------
Add gp3 volume support (#93)

Version 0.7.4 (2023-12-01)
--------------------------
Bump alpine version to 3.18.5 (#91)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

[release-image]: https://img.shields.io/badge/release-0.7.4-6ad7e5.svg?style=flat
[release-image]: https://img.shields.io/badge/release-0.7.5-6ad7e5.svg?style=flat
[releases]: https://github.com/snowplow/dataflow-runner/releases

[license-image]: https://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 @@
0.7.4
0.7.5
4 changes: 2 additions & 2 deletions src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ import (
const (
appName = "dataflow-runner"
appUsage = "Run templatable playbooks of Hadoop/Spark/et al jobs on Amazon EMR"
appCopyright = "(c) 2016-2022 Snowplow Analytics Ltd"
cliVersion = "0.7.4"
appCopyright = "(c) 2016-2024 Snowplow Analytics Ltd"
cliVersion = "0.7.5"
varDelim = ","
fEmrConfig = "emr-config"
fEmrPlaybook = "emr-playbook"
Expand Down

0 comments on commit 7b41e72

Please sign in to comment.