diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7867a62..09a2522 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.1" + ".": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 54b1ad9..44557d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.2.0](https://github.com/socialgene/sgnf/compare/v1.1.1...v1.2.0) (2024-10-26) + + +### Features + +* new input methods ([0f13632](https://github.com/socialgene/sgnf/commit/0f136327b616f0d98cc04d9e5a0ba88b31d4934f)) + + +### Bug Fixes + +* remove old, unused config option ([bc2e1d8](https://github.com/socialgene/sgnf/commit/bc2e1d8eb3de41c1b3ab4b98409bb19bba4f38eb)) +* schema, nf-core linting ([c4ed53b](https://github.com/socialgene/sgnf/commit/c4ed53b4b184fa4e25b0ec9b89c665e742987aaa)) + ## [1.1.1](https://github.com/socialgene/sgnf/compare/v1.1.0...v1.1.1) (2024-10-20) diff --git a/dockerfiles/sgpy/Dockerfile b/dockerfiles/sgpy/Dockerfile index ae3d3e3..9997ff1 100644 --- a/dockerfiles/sgpy/Dockerfile +++ b/dockerfiles/sgpy/Dockerfile @@ -1,6 +1,6 @@ # Couldn't get github actions to cache the docker builds so this starts from a sgpy_base image # x-release-please-start-version -FROM chasemc2/sgpy-base:1.1.1 +FROM chasemc2/sgpy-base:1.2.0 # x-release-please-end ################## METADATA ###################### LABEL software="socialgene" diff --git a/nextflow.config b/nextflow.config index 123d861..142d693 100644 --- a/nextflow.config +++ b/nextflow.config @@ -15,7 +15,7 @@ manifest { mainScript = 'main.nf' defaultBranch = 'main' nextflowVersion = '!>=24.0.0' - version = '1.1.1' // x-release-please-version + version = '1.2.0' // x-release-please-version doi = '' }