> For the complete documentation index, see [llms.txt](https://framework.ishare.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://framework.ishare.eu/releases/version-history.md).

# Version history

* [iSHARE v2.2](https://framework.ishare.eu/version-2.2/), 13 June 2025
* [iSHARE v2.1.1](https://framework.ishare.eu/version-2.1.1/), 5 January 2026
* [iSHARE v2.1](https://framework.ishare.eu/version-2.1/), 7 March 2024
* [iSHARE v2.0.1](https://gitlab.com/ishare-foundation/cab/ishare-trust-framework/-/blob/main/.gitbook/assets/iSHARE-Framework-2.0.1.pdf), 3 July 2024
* [iSHARE v2.0](https://gitlab.com/ishare-foundation/cab/ishare-trust-framework/-/blob/main/.gitbook/assets/iSHARE%20Framework%20v2.0.pdf), 30 October 2023
* [iSHARE v1.11](https://gitlab.com/ishare-foundation/cab/ishare-trust-framework/-/blob/main/.gitbook/assets/2775482429.pdf), 16 November 2020
* [iSHARE v1.10](https://gitlab.com/ishare-foundation/cab/ishare-trust-framework/-/blob/main/.gitbook/assets/722173953.pdf), 24 June 2019
* [iSHARE v1.9](https://gitlab.com/ishare-foundation/cab/ishare-trust-framework/-/blob/main/.gitbook/assets/628392034.pdf), 5 April 2019
* [iSHARE v1.8](https://gitlab.com/ishare-foundation/cab/ishare-trust-framework/-/blob/main/.gitbook/assets/332660850.pdf), 31 October 2018
* [iSHARE v1.7](https://gitlab.com/ishare-foundation/cab/ishare-trust-framework/-/blob/main/.gitbook/assets/109182985.pdf), 28 June 2018
* [iSHARE v1.6](https://gitlab.com/ishare-foundation/cab/ishare-trust-framework/-/blob/main/.gitbook/assets/70229595.pdf), 11 May 2018
* [iSHARE v1.5](https://gitlab.com/ishare-foundation/cab/ishare-trust-framework/-/blob/main/.gitbook/assets/70229563.pdf), 14 December 2017
* [iSHARE v1.2](https://gitlab.com/ishare-foundation/cab/ishare-trust-framework/-/blob/main/.gitbook/assets/70227913.pdf), 25 October 2017
* [iSHARE v1.0](https://gitlab.com/ishare-foundation/cab/ishare-trust-framework/-/blob/main/.gitbook/assets/70226334.pdf), 23 June 2017
* [iSHARE v0.5](https://gitlab.com/ishare-foundation/cab/ishare-trust-framework/-/blob/main/.gitbook/assets/70223171.pdf), 24 March 2017
* [iSHARE v0.3](https://gitlab.com/ishare-foundation/cab/ishare-trust-framework/-/blob/main/.gitbook/assets/70228182.pdf), 27 February 2017
* [iSHARE v0.2](https://gitlab.com/ishare-foundation/cab/ishare-trust-framework/-/blob/main/.gitbook/assets/70223244.pdf), 13 February 2017
* [iSHARE v0.1](https://gitlab.com/ishare-foundation/cab/ishare-trust-framework/-/blob/main/.gitbook/assets/70223607.pdf) (start document)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://framework.ishare.eu/releases/version-history.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
