# Changelog

## Coming soon :rocket:&#x20;

* Points of Interest are now well supported and can be maintained via the MOVE Platform
* New and stylish public documentation
* Reworked [Getting started ](/move-platform/move-sdk-1.x/sdk/getting-started.md)section

## Versioning Convention:

MOVE SDK releases follow the semantic versioning scheme **MAJOR.MINOR.PATCH**, where:

1. MAJOR version increments if the release contains incompatible API changes.
2. MINOR version increments if a functionality in a backwards-compatible manner is added.
3. PATCH version increments for backward-compatible hotfix releases

#### Committed Changelog Protocol

1. APIs could be deprecated in minor versions.
2. Deprecated APIs could only be removed on major version changes.
3. Minor feature releases and hot-fix patch releases are always backward compatible.&#x20;

{% content-ref url="/pages/-MZJSfPRqawKT\_SVEa1w" %}
[Android](/move-platform/move-sdk-1.x/changelog/changelog-android.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MZJShd4Sv7DW\_71hk0n" %}
[iOS](/move-platform/move-sdk-1.x/changelog/ios.md)
{% endcontent-ref %}


---

# 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://docs.movesdk.com/move-platform/move-sdk-1.x/changelog.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.
