diff --git a/CHANGELOG.md b/CHANGELOG.md index 50fe21e..bfd1be1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Ground Station +## 2.4.1.0 - 2024-10-07 +* Fixed an issue with *Send HTTP Request* where device-related tokens in POST bodies were not processed due to a missing metadata object + ## 2.4.0.0 - 2024-03-01 * Fixed parsing of `FORMAT_DATETIME` tokens when used on the same line as another token * Small optimizations for all token regular expressions diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 3003bfa..8985077 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -6,8 +6,8 @@ // [MANDATORY] The assembly versioning //Should be incremented for each new release build of a plugin -[assembly: AssemblyVersion("2.4.0.0")] -[assembly: AssemblyFileVersion("2.4.0.0")] +[assembly: AssemblyVersion("2.4.1.0")] +[assembly: AssemblyFileVersion("2.4.1.0")] // [MANDATORY] The name of your plugin [assembly: AssemblyTitle("Ground Station")] @@ -83,7 +83,8 @@ Information about your session or any failures may be inserted into the messages * Most services require an Internet connection in order to function * I do not provide in-depth technical support or training for the services themselves * Ground Station is provided 'as is' under the terms of the [Mozilla Public License 2.0](https://github.com/daleghent/nina-plugins/blob/main/LICENSE.txt) -* Source code for this plugin is available in my NINA plugins [source code repository](https://github.com/daleghent/nina-plugins)")] +* Source code for this plugin is available in my NINA plugins [source code repository](https://github.com/daleghent/nina-plugins) +* If you would like, you may [buy me a coffee](https://buymeacoffee.com/daleghent)")] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from