# Version and Changelog

Below we document significant changes to the handbook. We won't log minor fixes like typos or grammar. If interested you can see [logs of changes on github where all changes can be seen](https://github.com/CA-Data/docs-publishers-guide/commits/main) (these are called commits in git).

## Version 1.0.1

Released May 31, 2022

* Changes based on feedback including:
  * Updated missing links
  * Clarification of some terms
  * Fixing of typos

## Version 1.0

Released April 26, 2022

* Initial release of the handbook covering:
  * 6 overarching steps for data publishing
  * More detailed guidance linked from those steps as references


---

# 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.data.ca.gov/california-open-data-publishers-handbook/reference/version-and-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.
