diff --git a/plutus-core/CHANGELOG.md b/plutus-core/CHANGELOG.md index d5aeefa0445..2f3787a2781 100644 --- a/plutus-core/CHANGELOG.md +++ b/plutus-core/CHANGELOG.md @@ -1,4 +1,15 @@ + +# 1.34.1.0 — 2024-09-14 + +## Removed + +- Removed the `uplc`, `plc` and `pir` executables from this package. They are now in the new `plutus-executables` package. + +## Fixed + +- A bug in the`findFirstSetBit` builtin has been fixed. + # 1.34.0.0 — 2024-09-09 diff --git a/plutus-core/changelog.d/20240904_214017_ana.pantilie95_add_certification_component.md b/plutus-core/changelog.d/20240904_214017_ana.pantilie95_add_certification_component.md deleted file mode 100644 index 05aecaf1c05..00000000000 --- a/plutus-core/changelog.d/20240904_214017_ana.pantilie95_add_certification_component.md +++ /dev/null @@ -1,3 +0,0 @@ -### Removed - -- Removed the `uplc`, `plc` and `pir` executables from this package. They are now in the new `plutus-executables` package. diff --git a/plutus-core/changelog.d/20240913_101059_kenneth.mackenzie.md b/plutus-core/changelog.d/20240913_101059_kenneth.mackenzie.md deleted file mode 100644 index b682266b395..00000000000 --- a/plutus-core/changelog.d/20240913_101059_kenneth.mackenzie.md +++ /dev/null @@ -1,4 +0,0 @@ -### Fixed - -- A bug in the`findFirstSetBit` builtin has been fixed. - diff --git a/plutus-core/plutus-core.cabal b/plutus-core/plutus-core.cabal index d0583e5a668..9fbf967faa0 100644 --- a/plutus-core/plutus-core.cabal +++ b/plutus-core/plutus-core.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: plutus-core -version: 1.34.0.0 +version: 1.34.1.0 license: Apache-2.0 license-files: LICENSE diff --git a/plutus-ledger-api/plutus-ledger-api.cabal b/plutus-ledger-api/plutus-ledger-api.cabal index ffd537eec31..c7047605adb 100644 --- a/plutus-ledger-api/plutus-ledger-api.cabal +++ b/plutus-ledger-api/plutus-ledger-api.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: plutus-ledger-api -version: 1.34.0.0 +version: 1.34.1.0 license: Apache-2.0 license-files: LICENSE diff --git a/plutus-tx-plugin/plutus-tx-plugin.cabal b/plutus-tx-plugin/plutus-tx-plugin.cabal index db29c85b4b6..610011015d6 100644 --- a/plutus-tx-plugin/plutus-tx-plugin.cabal +++ b/plutus-tx-plugin/plutus-tx-plugin.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: plutus-tx-plugin -version: 1.34.0.0 +version: 1.34.1.0 license: Apache-2.0 license-files: LICENSE diff --git a/plutus-tx/plutus-tx.cabal b/plutus-tx/plutus-tx.cabal index fa4114155f9..acf31d03b80 100644 --- a/plutus-tx/plutus-tx.cabal +++ b/plutus-tx/plutus-tx.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: plutus-tx -version: 1.34.0.0 +version: 1.34.1.0 license: Apache-2.0 license-files: LICENSE diff --git a/prettyprinter-configurable/prettyprinter-configurable.cabal b/prettyprinter-configurable/prettyprinter-configurable.cabal index 6811e3fe335..196e10f50ec 100644 --- a/prettyprinter-configurable/prettyprinter-configurable.cabal +++ b/prettyprinter-configurable/prettyprinter-configurable.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: prettyprinter-configurable -version: 1.34.0.0 +version: 1.34.1.0 synopsis: Configurable pretty-printing homepage: https://github.com/input-output-hk/plutus/tree/master/prettyprinter-configurable/