# Changelog

All notable changes to bb2gh are documented in [CHANGELOG.md](https://github.com/n8group-oss/bb2gh/blob/main/CHANGELOG.md) at the project root.

The changelog is automatically generated by [commitizen](https://commitizen-tools.github.io/commitizen/) from conventional commit messages.

***

## Version History

| Version | Date       | Highlights                                                                  |
| ------- | ---------- | --------------------------------------------------------------------------- |
| 0.18.0  | 2026-03-19 | Closed PR fidelity: activities, comments, labels, structured issue fallback |
| 0.16.0  | 2026-03-13 | Shared GitHub target factory, credential review hardening                   |
| 0.15.0  | 2026-03-12 | Hardened cloud open PR comment fidelity                                     |
| 0.14.0  | 2026-03-10 | Release obfuscation pilot lane                                              |
| 0.13.0  | 2026-03-09 | Stable source identity and authorship for PR migration                      |
| 0.12.0  | 2026-03-07 | Parallel execution with `--workers N` for concurrent repository migration   |
| 0.11.0  | 2026-03-06 | License auto-refresh and sync contract hardening                            |
| 0.10.0  | 2026-03-05 | Beta launch with updated documentation                                      |
| 0.9.0   | 2026-03-05 | Discovery report HTML dashboard                                             |
| 0.8.0   | 2026-03-04 | Pipeline analysis with complexity scoring                                   |
| 0.7.0   | 2026-02-27 | Bitbucket Data Center adapter with full parity                              |
| 0.1.0   | 2026-01-26 | Initial release                                                             |

## Deprecation Policy

* Features are deprecated with at least one minor version notice
* Deprecated features are removed in the next major version
* Security fixes may require immediate breaking changes


---

# 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://n8-group.gitbook.io/bb2gh/reference/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.
