# Updates

This section documents the evolution of RewardSystem with detailed release notes for each version. Stay up-to-date with the latest features, improvements, and bug fixes.

## Major Releases

* [v2.0.0 - Mathematical Expressions and Security Improvements](https://github.com/YunussEmree/RewardSystem/blob/kotlin/rewardsystem/updates/v2.0.0.md) - NEW! *Complete rewrite with advanced math processing and enhanced security*

## Version 1.1.x

* [v1.1.2](https://github.com/YunussEmree/RewardSystem/blob/kotlin/rewardsystem/updates/v1.1.2.md) - Performance optimizations and bug fixes
* [v1.1.1](https://github.com/YunussEmree/RewardSystem/blob/kotlin/rewardsystem/updates/v1.1.1.md) - Minor improvements and compatibility updates
* [v1.1.0](https://github.com/YunussEmree/RewardSystem/blob/kotlin/rewardsystem/updates/v1.1.0.md) - Feature additions and API enhancements

## Version 1.0.x

* [v1.0.6](/rewardsystem/readme/updates/v1.0.6.md) - Bug fixes and minor improvements
* [v1.0.5](/rewardsystem/readme/updates/v1.0.5.md) - Additional configuration options
* [v1.0.4](/rewardsystem/readme/updates/v1.0.4.md) - Performance enhancements
* [v1.0.3](/rewardsystem/readme/updates/v1.0.3.md) - Bug fixes and stability improvements
* [v1.0.2](/rewardsystem/readme/updates/v1.0.2.md) - New features and enhancements
* [v1.0.1](/rewardsystem/readme/updates/v1.0.1.md) - Initial bug fixes
* [v1.0.0](/rewardsystem/readme/updates/v1.0.0.md) - Initial release

## Migrating Between Versions

For help migrating between major versions, please reset your config


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://senyigityunusemres-organization.gitbook.io/rewardsystem/readme/updates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
