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

# 1.2.0.2

## Release Notes

**Release Version**: 1.2.0.2

**Release Date**: 5th April 2024

### Overview

The **1.2.0.2** release addresses critical bugs reported, enhancing the stability and usability of the software to ensure a seamless customer experience. Below, you'll find a detailed description of the fixes included in this version:

### Bug fixes

1. **Issue with Policy Creation**: Previously, while attempting to create an Authorization or DataShare policy, the application encountered difficulties in successfully establishing the policy. The issue is resolved now and users can effortlessly define their Authorization or DataShare policies after creating and activating policy groups. [#MOSIP-31976](https://mosip.atlassian.net/browse/MOSIP-31976)
2. **Login Failure in Registration Client**: Previously, users could not log into Registration Client as the 'Submit' button did not work as expected. The issue is resolved now, users can now successfully log into Registration Client. [#MOSIP-32037](https://mosip.atlassian.net/browse/MOSIP-32027)

**Major Areas of Work**

* Registration Client
* Partner Management Portal

## Repository Released

| Repositories              | Tags Released                                                                |
| ------------------------- | ---------------------------------------------------------------------------- |
| registration-client       | [v1.2.0.2](https://github.com/mosip/registration-client/tree/v1.2.0.2)       |
| mosip-mock-services       | [v1.2.0.2](https://github.com/mosip/mosip-mock-services/tree/v1.2.0.2)       |
| artifactory-ref-impl      | [v1.2.0.2](https://github.com/mosip/artifactory-ref-impl/tree/v1.2.0.2)      |
| mosip-infra               | [v1.2.0.2](https://github.com/mosip/mosip-infra/tree/v1.2.0.2)               |
| mosip-helm                | [v1.2.0.2](https://github.com/mosip/mosip-helm/tree/v1.2.0.2)                |
| K8s-infra                 | [v1.2.0.2](https://github.com/mosip/k8s-infra/tree/v1.2.0.2)                 |
| partner-management-portal | [v1.2.0.2](https://github.com/mosip/partner-management-portal/tree/v1.2.0.2) |

## Documentation

* [Functional test report](https://docs.mosip.io/1.2.0/releases/1.2.0.2/test-report)
* [Known Issues](https://mosip.atlassian.net/issues/?jql=labels%20%3D%20%22known_issue_1202%22)


---

# 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.mosip.io/1.2.0/roadmap-and-releases/releases/1.2.0.2.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.
