Skip to content

Commit

Permalink
Bump release version 2.3.2 (#2816)
Browse files Browse the repository at this point in the history
* Bump version to 2.3.2

* Update changelog
  • Loading branch information
arbulu89 authored Jul 24, 2024
1 parent c584bf2 commit 8ef233b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.3.2](https://github.com/trento-project/web/tree/2.3.2) (2024-07-24)

[Full Changelog](https://github.com/trento-project/web/compare/2.3.1...2.3.2)

**Fixed bugs:**

- Fix process manager rename [\#2814](https://github.com/trento-project/web/pull/2814) ([arbulu89](https://github.com/arbulu89))

## [2.3.1](https://github.com/trento-project/web/tree/2.3.1) (2024-06-10)

[Full Changelog](https://github.com/trento-project/web/compare/2.3.0...2.3.1)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Trento.MixProject do
use Mix.Project

@source_url "https://github.com/trento-project/web"
@version "2.3.1"
@version "2.3.2"

def project do
[
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trento-e2e-tests",
"version": "2.3.1",
"version": "2.3.2",
"description": "E2E testing for Trento",
"scripts": {
"cypress:open": "cypress open",
Expand Down

0 comments on commit 8ef233b

Please sign in to comment.