diff --git a/CHANGELOG.md b/CHANGELOG.md index 24b762da..bf01e416 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.7.1](https://github.com/SilentVoid13/Templater/compare/2.7.0...2.7.1) (2024-09-04) + + +### Bug Fixes + +* Include link to photographer in random image ([c81bc7d](https://github.com/SilentVoid13/Templater/commit/c81bc7d5cd61e4f393bf44f7c298a3b2e972fe14)), closes [#1435](https://github.com/SilentVoid13/Templater/issues/1435) + ## [2.7.0](https://github.com/SilentVoid13/Templater/compare/2.6.0...2.7.0) (2024-09-04) diff --git a/manifest.json b/manifest.json index f77755d7..82332e74 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "templater-obsidian", "name": "Templater", - "version": "2.7.0", + "version": "2.7.1", "description": "Create and use templates", "minAppVersion": "1.5.0", "author": "SilentVoid", diff --git a/package.json b/package.json index efae260f..80689b7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templater-obsidian", - "version": "2.7.0", + "version": "2.7.1", "description": "Create and use templates", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 6393329b..1ca78e27 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "2.7.1": "1.5.0", "2.7.0": "1.5.0", "2.6.0": "1.5.0", "2.5.0": "1.5.0",