diff --git a/docs/changelog.md b/docs/changelog.md
index 68e680a..2df235d 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -8,7 +8,14 @@ nav_order: 999
# Changelog
-## Release v1.2.0 NEW
+## Release v1.2.1 NEW
+### Bug Fixes
+- Inline edit gear settings icon is now hidden when a wikilink is used to display the progress bar on another note (it will still be viewable on the original note).
+- Progress bars within callouts should now work as intended.
+- Progress bars using task linking were only counting tasks marked with [x] for the **Total** in top-level and sub-tasks. Now any custom status markers will also be counted towards the **Total**.
+Completed tasks using [x] or [X] are the only ones counting towards the **Value**
+
+## Release v1.2.0
### New Features
- Added date functionality so you can use a start and end date to keep track of days.
- Added prefix and suffix to templates so that you can add custom text before and/or after the value and total.
diff --git a/docs/tasks.md b/docs/tasks.md
index 389ff83..128268d 100644
--- a/docs/tasks.md
+++ b/docs/tasks.md
@@ -43,6 +43,11 @@ My Title#orange: 1/2
````
In the example above, the tag is #orange (all lowercase) and is added to the end of your `Title` (but before the colon).
+### Status Markers NEW v1.2.1
+Progress bars using task linking count tasks with any status markers for the **Total** in top-level and sub-tasks.
+
+Completed tasks using [x] or [X] are the only ones counting towards the **Value**
+
### Add Tags to Tasks
Now simply add the same tag to the end of each top task you want to link to this progress bar.
```php
@@ -172,4 +177,4 @@ As you can see in the example above, there is a `~2/4` placed directly after the
This is simply the `Value/Total` for subtasks of your progress bars tag, and is automatically added by APB.
{: .note }
-For task linked progress bars - it is not recommended that you make any changes manually to the code block apart from the `Title` or `#tag` as it will be overwritten when APB refreshes the data.
+For task linked progress bars - it is not recommended that you make any changes manually to the code block apart from the `Title` or `#tag` as it will be overwritten when APB refreshes the data.
\ No newline at end of file