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

# Version 0.8.0

**Release Name**: Inji Certify 0.8.0

**Support**: Developer Release

**Release Date**: 30th April, 2024

### **Overview**

We are thrilled to announce the inaugural release of Inji Certify, featuring a seamless installation guide for deploying Inji Certify. This release highlights the key integration with microservices such as eSignet VCI and Sunbird RC, in Version 0.8.0.

**Summary**

Below are the details for the **Inji Certify 0.8.0** release:

Inji Certify introduces seamless integration with microservices eSignet VCI and Sunbird C. These robust services are dedicated to credentialing, facilitating seamless authentication, issuance, and verification of verifiable credentials within the platform. Click on the following links to learn more:

* [**Credential Issuance**](https://docs.mosip.io/inji/inji-certify/functional-overview/features)
* [**Effortless Installation**](https://docs.mosip.io/inji/inji-certify/functional-overview/features)

**Repository Released**

| **Repositories** | **Tags Released**                                                                   |
| ---------------- | ----------------------------------------------------------------------------------- |
| Inji Certify     | [**v0.8.0**](https://github.com/mosip/inji-certify/tree/v0.8.0)                     |
| eSignet          | [**v1.4.0**](https://github.com/mosip/esignet/releases/tag/v1.4.0)                  |
| Sunbird C        | [**v2.0.0**](https://github.com/Sunbird-RC/sunbird-rc-core/releases/tag/v2.0.0-rc3) |

### **Known Issues**

No Known Issues

### **Documentation**

* [Feature Documentation](https://docs.mosip.io/inji/inji-certify/functional-overview/features)
* [Local Setup](https://docs.mosip.io/inji/inji-certify/build-and-deploy/local-setup)


---

# 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://docs.inji.io/inji-certify/releases/version-0.8.0.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.
