diff --git a/CHANGELOG.md b/CHANGELOG.md index bc89f36..0243fd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ + +## 4.2.0 (2021-02-23) + +Enhancements + +* Add \bycite command expanded to either "in \citet" or "by \citet" + +Bug fixes + +* Fix wrong citation in a sample main file +* Add comments in the template files + ## 4.1.0 (2021-02-09) diff --git a/{{cookiecutter.paper_repo_name}}/.gitlab-ci.yml b/{{cookiecutter.paper_repo_name}}/.gitlab-ci.yml index e044bb1..7420d78 100644 --- a/{{cookiecutter.paper_repo_name}}/.gitlab-ci.yml +++ b/{{cookiecutter.paper_repo_name}}/.gitlab-ci.yml @@ -6,5 +6,5 @@ variables: # THIS IS AN UGLY WORK-AROUND include: - project: 'research/paper-cutter' - ref: '4.1.0' + ref: '4.2.0' file: 'main.yml'