> For the complete documentation index, see [llms.txt](https://docs.scrt.network/secret-network-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scrt.network/secret-network-documentation/infrastructure/versioning-and-changelog/secret-network-v1.12.md).

# Secret Network v1.12

* Fix the hardcoded admins feature
* Add hardcoded admins according to proposals [269](https://dev.mintscan.io/secret/proposals/269) (Shillables) & [270](https://dev.mintscan.io/secret/proposals/270) (Sienna).
* Fix PFM to stop dropping packets of IBC contracts.
  * This has always been a bug in PFM. It was introduced in v1.9 and was missed because of a bug in our CI system.
  * Fixed the bug in PFM and updated the dependency.
  * For more info see [cosmos/ibc-apps#105](https://github.com/cosmos/ibc-apps/pull/105).
* Add `admin` to `WasmMsg::Instantiate` in cosmwasm-std (Thanks [@luca992](https://github.com/luca992)!).
  * This allows contracts to specify an admin address when instantiating other contracts.
  * See usage example [here](https://github.com/scrtlabs/SecretNetwork/blob/eedfac881/cosmwasm/contracts/v1/compute-tests/test-compute-contract/src/contract.rs#L245-L259).
* Update IBC to v4.5.0
* Fixed a bug in the v1.12 upgrade handler ([8a67990](https://github.com/scrtlabs/SecretNetwork/commit/8a67990529b4033918c483168e0330c1869b2b83))
* Fixed Rosetta server
* Patch a security issue (IBC vulnerability)


---

# 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.scrt.network/secret-network-documentation/infrastructure/versioning-and-changelog/secret-network-v1.12.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.
